| NCERT Exemplar Solutions | ||||||
|---|---|---|---|---|---|---|
| 6th | 7th | 8th | 9th | 10th | 11th | 12th |
Chapter 4 Principle Of Mathematical Induction
Welcome to this essential resource offering comprehensive solutions for the Class 11 NCERT Exemplar problems focused on the powerful proof technique known as the Principle of Mathematical Induction (PMI). These Exemplar questions are meticulously designed to move significantly beyond standard textbook exercises, demanding a deeper, more nuanced understanding of the principle and its application to prove complex or less obvious mathematical statements. Success requires not only familiarity with the method but also a strong grasp of its logical structure and adeptness in algebraic manipulation, often at a level exceeding routine problems. Mastering PMI is fundamental for developing rigorous mathematical reasoning skills applicable across various branches of mathematics.
The Principle of Mathematical Induction provides a rigorous framework for proving statements $P(n)$ that are asserted to be true for all natural numbers $n$ (or for all $n$ greater than or equal to some starting integer $k_0$). The solutions provided herein strictly adhere to the three fundamental steps required for a valid inductive proof:
- The Basis Step: Verifying that the statement $P(n)$ holds true for the initial value, typically $n=1$ or the specified starting integer $k_0$. This establishes the crucial starting point, the first domino to fall, ensuring the proposition has a valid foundation.
- The Inductive Hypothesis: Assuming that the statement $P(k)$ is true for some arbitrary natural number $k \ge k_0$. This assumption, that a generic $k^{th}$ domino falls, is the critical linchpin of the inductive argument, bridging the gap between a specific case and the general progression.
- The Inductive Step: Demonstrating rigorously that if $P(k)$ is true (based on the Inductive Hypothesis), then the statement $P(k+1)$ must also be true. This step shows that the fall of the $k^{th}$ domino inevitably causes the $(k+1)^{th}$ domino to fall. It typically involves algebraic manipulation to transform the expression for $P(k+1)$ in a way that explicitly utilizes the assumed truth of $P(k)$.
Mastering the execution of the Inductive Step, particularly the skillful incorporation of the $P(k)$ assumption into the analysis of $P(k+1)$, is central to successfully applying PMI. This often requires clever algebraic reorganization or insight, skills thoroughly illustrated and explained in these solutions.
These Exemplar solutions cover a diverse range of mathematical statements amenable to proof by induction, showcasing the versatility of the technique. A common category involves proving Summation Formulas for various series. While foundational formulas like $\sum\limits_{i=1}^{n} i = \frac{n(n+1)}{2}$ or $\sum\limits_{i=1}^{n} i^2 = \frac{n(n+1)(2n+1)}{6}$ might form the basis, the Exemplar problems often introduce series with more complex terms or intricate patterns, demanding careful setup of $P(k)$ and $P(k+1)$ and precise algebraic handling during the inductive step to relate the sum up to $k+1$ terms back to the sum up to $k$ terms.
Another significant area robustly addressed is proving Divisibility Statements. These problems require showing that a given algebraic expression involving $n$ is divisible by a specific integer for all relevant natural numbers $n$. For example, proving statements like "$7^n - 3^n$ is divisible by $4$" requires demonstrating how the truth of $P(k)$ (i.e., $7^k - 3^k = 4m$ for some integer $m$) allows us to strategically manipulate the expression for $P(k+1)$ (i.e., $7^{k+1} - 3^{k+1}$) to explicitly show it is also divisible by $4$. Similarly, the solutions tackle proofs for Inequalities, such as proving $2^n > n^2$ for $n \ge 5$. These proofs often necessitate careful manipulation within the inductive step, sometimes incorporating known baseline inequalities or algebraic insights to bridge the gap from $P(k)$ to $P(k+1)$. Other applications, potentially involving statements about recursive sequences, geometric constructions, or combinatorial identities, are also presented, further illustrating the wide applicability of PMI.
Across all problem types, these Exemplar solutions emphasize absolute clarity in stating each step of the PMI process. Great care is taken to demonstrate precise algebraic manipulation, particularly in the critical transformation within the Inductive Step, ensuring logical coherence and completeness in every proof. While MCQs, Fill-in-the-Blanks, or True/False questions might probe conceptual understanding of the principle itself or potential pitfalls in its application, the bulk of the solutions address Short and Long Answer questions demanding complete, well-structured inductive proofs. This resource is therefore essential for any student aiming to master this powerful proof technique and cultivate the habits of logical rigor fundamental to advanced mathematical reasoning and argumentation.
Solved Examples
Example 1 to 5 (Short Answer Type Questions)
Prove statements in Examples 1 to 5, by using the Principle of Mathematical Induction for all n ∈ N, that :
Example 1: 1 + 3 + 5 + ... + (2n – 1) = n2
Answer:
Let the given statement be denoted by P(n), i.e.,
P(n): $1 + 3 + 5 + \dots + (2n - 1) = n^2$
Base Case:
For $n = 1$:
LHS = $2(1) - 1 = 2 - 1 = 1$
RHS = $1^2 = 1$
Since LHS = RHS, the statement P(1) is true.
Inductive Hypothesis:
Assume that the statement P(k) is true for some arbitrary positive integer k, where $k \in N$.
That is, assume:
$1 + 3 + 5 + \dots + (2k - 1) = k^2$
... (i)
Inductive Step:
We need to prove that the statement P(k+1) is true whenever P(k) is true.
The statement P(k+1) is:
$1 + 3 + 5 + \dots + (2(k+1) - 1) = (k+1)^2$
Let's consider the LHS of P(k+1):
LHS = $1 + 3 + 5 + \dots + (2k - 1) + (2(k+1) - 1)$
LHS = $(1 + 3 + 5 + \dots + (2k - 1)) + (2k + 2 - 1)$
LHS = $k^2 + (2k + 1)$
(Using the Inductive Hypothesis (i))
LHS = $k^2 + 2k + 1$
We know that $k^2 + 2k + 1$ is the expansion of $(k+1)^2$.
LHS = $(k+1)^2$
This is the RHS of P(k+1).
Thus, P(k+1) is true whenever P(k) is true.
Conclusion:
By the Principle of Mathematical Induction, the statement P(n) is true for all natural numbers n.
Therefore, $1 + 3 + 5 + \dots + (2n - 1) = n^2$ for all $n \in N$.
Example 2: $\sum\limits_{t=1}^{n-1} t(t - 1) = \frac{n(n \;-\; 1) (n \;+\; 1)}{3}$ , for all natural numbers n ≥ 2.
Answer:
Let the given statement be denoted by P(n), i.e.,
P(n): $\sum\limits_{t=1}^{n-1} t(t - 1) = \frac{n(n - 1) (n + 1)}{3}$ for $n \geq 2$.
Base Case:
The statement is given for all natural numbers $n \geq 2$. So, the base case is for $n = 2$.
For $n = 2$:
Consider the Left Hand Side (LHS):
LHS = $\sum\limits_{t=1}^{2-1} t(t - 1) = \sum\limits_{t=1}^{1} t(t - 1)$
The sum for $t=1$ is $1(1 - 1) = 1(0) = 0$.
So, LHS = $0$.
Consider the Right Hand Side (RHS):
RHS = $\frac{n(n - 1) (n + 1)}{3}$
Substitute $n = 2$ into the RHS:
RHS = $\frac{2(2 - 1) (2 + 1)}{3} = \frac{2(1)(3)}{3} = \frac{6}{3} = 2$.
Comparing LHS and RHS for $n=2$:
LHS = $0$ and RHS = $2$.
Since $0 \neq 2$, the statement P(2) is false.
Conclusion:
The base case for $n=2$ does not hold true for the given statement.
Therefore, the given statement $\sum\limits_{t=1}^{n-1} t(t - 1) = \frac{n(n - 1) (n + 1)}{3}$ is not true for all natural numbers $n \geq 2$, and thus cannot be proven using the Principle of Mathematical Induction.
Example 3: $\left( 1-\frac{1}{2^{2}} \right)$ . $\left( 1-\frac{1}{3^{2}} \right)$ … $\left( 1-\frac{1}{n^{2}} \right)$ = $\frac{n \;+\; 1}{2n}$ , for all natural numbers, n ≥ 2.
Answer:
Let the given statement be denoted by P(n), i.e.,
P(n): $\left( 1-\frac{1}{2^{2}} \right) \left( 1-\frac{1}{3^{2}} \right) \dots \left( 1-\frac{1}{n^{2}} \right) = \frac{n + 1}{2n}$ for $n \geq 2$.
Base Case:
The statement is given for all natural numbers $n \geq 2$. So, the base case is for $n = 2$.
For $n = 2$:
LHS = $\left( 1-\frac{1}{2^{2}} \right) = \left( 1-\frac{1}{4} \right) = \frac{4 - 1}{4} = \frac{3}{4}$
RHS = $\frac{2 + 1}{2(2)} = \frac{3}{4}$
Since LHS = RHS, the statement P(2) is true.
Inductive Hypothesis:
Assume that the statement P(k) is true for some arbitrary integer k, where $k \geq 2$.
That is, assume:
$\left( 1-\frac{1}{2^{2}} \right) \left( 1-\frac{1}{3^{2}} \right) \dots \left( 1-\frac{1}{k^{2}} \right) = \frac{k + 1}{2k}$
... (i)
Inductive Step:
We need to prove that the statement P(k+1) is true whenever P(k) is true.
The statement P(k+1) is:
$\left( 1-\frac{1}{2^{2}} \right) \left( 1-\frac{1}{3^{2}} \right) \dots \left( 1-\frac{1}{(k+1)^{2}} \right) = \frac{(k+1) + 1}{2(k+1)}$
i.e., $\left( 1-\frac{1}{2^{2}} \right) \left( 1-\frac{1}{3^{2}} \right) \dots \left( 1-\frac{1}{(k+1)^{2}} \right) = \frac{k + 2}{2k + 2}$
Consider the LHS of P(k+1):
LHS = $\left[ \left( 1-\frac{1}{2^{2}} \right) \left( 1-\frac{1}{3^{2}} \right) \dots \left( 1-\frac{1}{k^{2}} \right) \right] \left( 1-\frac{1}{(k+1)^{2}} \right)$
LHS = $\frac{k + 1}{2k} \left( 1-\frac{1}{(k+1)^{2}} \right)$
(Using the Inductive Hypothesis (i))
Simplify the term $\left( 1-\frac{1}{(k+1)^{2}} \right)$:
$1-\frac{1}{(k+1)^{2}} = \frac{(k+1)^2 - 1}{(k+1)^2} = \frac{k^2 + 2k + 1 - 1}{(k+1)^2} = \frac{k^2 + 2k}{(k+1)^2} = \frac{k(k+2)}{(k+1)^2}$
Substitute this back into the LHS:
LHS = $\frac{k + 1}{2k} \cdot \frac{k(k+2)}{(k+1)^2}$
LHS = $\frac{\cancel{(k+1)}}{2\cancel{k}} \cdot \frac{\cancel{k}(k+2)}{(k+1)\cancel{^2}}$
LHS = $\frac{1}{2} \cdot \frac{k+2}{k+1} = \frac{k+2}{2(k+1)} = \frac{k+2}{2k+2}$
This is the RHS of P(k+1).
Thus, P(k+1) is true whenever P(k) is true.
Conclusion:
By the Principle of Mathematical Induction, the statement P(n) is true for all natural numbers $n \geq 2$.
Therefore, $\left( 1-\frac{1}{2^{2}} \right) \left( 1-\frac{1}{3^{2}} \right) \dots \left( 1-\frac{1}{n^{2}} \right) = \frac{n + 1}{2n}$ for all $n \geq 2$.
Example 4: 22n – 1 is divisible by 3.
Answer:
Let the given statement be denoted by P(n), i.e.,
P(n): $2^{2n} - 1$ is divisible by 3 for all $n \in N$.
Base Case:
For $n = 1$:
P(1): $2^{2(1)} - 1 = 2^2 - 1 = 4 - 1 = 3$.
Since 3 is divisible by 3, the statement P(1) is true.
Inductive Hypothesis:
Assume that the statement P(k) is true for some arbitrary positive integer k.
That is, assume that $2^{2k} - 1$ is divisible by 3.
This means that $2^{2k} - 1 = 3m$ for some integer m.
$2^{2k} = 3m + 1$
... (i)
Inductive Step:
We need to prove that the statement P(k+1) is true whenever P(k) is true.
The statement P(k+1) is that $2^{2(k+1)} - 1$ is divisible by 3.
Consider the expression $2^{2(k+1)} - 1$:
$2^{2(k+1)} - 1 = 2^{2k + 2} - 1$
$2^{2(k+1)} - 1 = 2^{2k} \cdot 2^2 - 1$
$2^{2(k+1)} - 1 = 4 \cdot 2^{2k} - 1$
Now, substitute the value of $2^{2k}$ from the Inductive Hypothesis (i):
$4 \cdot 2^{2k} - 1 = 4(3m + 1) - 1$
$4(3m + 1) - 1 = 12m + 4 - 1$
$12m + 4 - 1 = 12m + 3$
$12m + 3 = 3(4m + 1)$
Since m is an integer, $4m + 1$ is also an integer.
The expression $2^{2(k+1)} - 1$ can be written as $3 \times \text{(an integer)}$.
This shows that $2^{2(k+1)} - 1$ is divisible by 3.
Thus, P(k+1) is true whenever P(k) is true.
Conclusion:
By the Principle of Mathematical Induction, the statement P(n) is true for all natural numbers n.
Therefore, $2^{2n} - 1$ is divisible by 3 for all $n \in N$.
Example 5: 2n + 1 < 2n , for all natual numbers n ≥ 3.
Answer:
Let the given statement be denoted by P(n), i.e.,
P(n): $2n + 1 < 2^n$ for $n \geq 3$.
Base Case:
The statement is given for all natural numbers $n \geq 3$. So, the base case is for $n = 3$.
For $n = 3$:
LHS = $2(3) + 1 = 6 + 1 = 7$
RHS = $2^3 = 8$
Since $7 < 8$, the inequality holds for $n=3$. Thus, the statement P(3) is true.
Inductive Hypothesis:
Assume that the statement P(k) is true for some arbitrary integer k, where $k \geq 3$.
That is, assume:
$2k + 1 < 2^k$
... (i)
Inductive Step:
We need to prove that the statement P(k+1) is true whenever P(k) is true.
The statement P(k+1) is:
$2(k+1) + 1 < 2^{k+1}$
Consider the LHS of P(k+1):
LHS = $2(k+1) + 1 = 2k + 2 + 1 = 2k + 3$
From the inductive hypothesis (i), we know that $2k + 1 < 2^k$.
We can rewrite the LHS of P(k+1) as:
$2k + 3 = (2k + 1) + 2$
Using the inductive hypothesis, we have:
$2k + 3 < 2^k + 2$
(Using $2k + 1 < 2^k$ from (i))
Now, we need to show that $2^k + 2 < 2^{k+1}$.
$2^{k+1} = 2 \cdot 2^k = 2^k + 2^k$.
So, we need to show that $2^k + 2 < 2^k + 2^k$.
Subtracting $2^k$ from both sides of this inequality, we get:
$2 < 2^k$
This inequality $2 < 2^k$ is true for all integers $k \geq 2$.
Since our base case starts at $n=3$, our inductive hypothesis holds for $k \geq 3$. For $k \geq 3$, $2^k$ is $2^3=8$, $2^4=16$, etc., all of which are greater than 2.
Therefore, $2 < 2^k$ is true for all $k \geq 3$.
Combining the inequalities, we have:
$2k + 3 < 2^k + 2 < 2^k + 2^k = 2 \cdot 2^k = 2^{k+1}$
Thus, $2(k+1) + 1 < 2^{k+1}$.
This shows that P(k+1) is true whenever P(k) is true.
Conclusion:
By the Principle of Mathematical Induction, the statement P(n) is true for all natural numbers $n \geq 3$.
Therefore, $2n + 1 < 2^n$ for all $n \geq 3$.
Example 6 to 10 (Long Answer Type Questions)
Example 6: Define the sequence a1 , a2 , a3 ... as follows :
a1 = 2, an = 5an–1 , for all natural numbers n ≥ 2.
(i) Write the first four terms of the sequence.
(ii) Use the Principle of Mathematical Induction to show that the terms of the sequence satisfy the formula an = 2.5n–1 for all natural numbers.
Answer:
Part (i): Writing the first four terms of the sequence
The sequence is defined by $a_1 = 2$ and $a_n = 5a_{n-1}$ for $n \geq 2$.
The first term is given:
$a_1 = 2$
For the second term, use the recursive definition with $n=2$:
$a_2 = 5a_{2-1} = 5a_1$
Substitute the value of $a_1$:
$a_2 = 5(2) = 10$
For the third term, use the recursive definition with $n=3$:
$a_3 = 5a_{3-1} = 5a_2$
Substitute the value of $a_2$:
$a_3 = 5(10) = 50$
For the fourth term, use the recursive definition with $n=4$:
$a_4 = 5a_{4-1} = 5a_3$
Substitute the value of $a_3$:
$a_4 = 5(50) = 250$
The first four terms of the sequence are 2, 10, 50, and 250.
Part (ii): Proving the formula $a_n = 2 \cdot 5^{n-1}$ using Mathematical Induction
Let the given statement be denoted by P(n), i.e.,
P(n): $a_n = 2 \cdot 5^{n-1}$
Base Case:
We need to check if the statement P(n) is true for $n = 1$.
For $n = 1$, the formula gives:
$a_1 = 2 \cdot 5^{1-1} = 2 \cdot 5^0 = 2 \cdot 1 = 2$
This matches the given first term of the sequence, $a_1 = 2$.
Thus, the statement P(1) is true.
Inductive Hypothesis:
Assume that the statement P(k) is true for some arbitrary positive integer k.
That is, assume that the formula holds for n = k:
$a_k = 2 \cdot 5^{k-1}$
... (i)
Inductive Step:
We need to prove that the statement P(k+1) is true whenever P(k) is true.
The statement P(k+1) is:
$a_{k+1} = 2 \cdot 5^{(k+1)-1} = 2 \cdot 5^k$
Consider the term $a_{k+1}$ using the recursive definition of the sequence:
$a_{k+1} = 5 a_k$
Now, substitute the expression for $a_k$ from the Inductive Hypothesis (i):
$a_{k+1} = 5 \cdot (2 \cdot 5^{k-1})$
(Using Inductive Hypothesis (i))
Simplify the expression:
$a_{k+1} = 2 \cdot 5 \cdot 5^{k-1}$
Using the rule of exponents ($a^m \cdot a^n = a^{m+n}$):
$a_{k+1} = 2 \cdot 5^{1 + (k-1)}$
$a_{k+1} = 2 \cdot 5^k$
This matches the formula for $a_{k+1}$ that we wanted to prove.
Thus, P(k+1) is true whenever P(k) is true.
Conclusion:
By the Principle of Mathematical Induction, the statement P(n) is true for all natural numbers n.
Therefore, the terms of the sequence satisfy the formula $a_n = 2 \cdot 5^{n-1}$ for all natural numbers n.
Example 7: The distributive law from algebra says that for all real numbers c, a1 and a2 , we have c (a1 + a2) = ca1 + ca2 .
Use this law and mathematical induction to prove that, for all natural numbers, n ≥ 2, if c, a1 , a2 , … , an are any real numbers, then
c (a1 + a2 + ... + an ) = ca1 + ca2 + ... + can
Answer:
Let the given statement be denoted by P(n), i.e.,
P(n): $c (a_1 + a_2 + \dots + a_n) = ca_1 + ca_2 + \dots + ca_n$ for all real numbers $c, a_1, \dots, a_n$, for $n \geq 2$.
Base Case:
The statement is given for all natural numbers $n \geq 2$. So, the base case is for $n = 2$.
For $n = 2$, the statement P(2) is:
$c(a_1 + a_2) = ca_1 + ca_2$
This is precisely the basic distributive law which is given as true for all real numbers $c, a_1, a_2$.
Thus, the statement P(2) is true.
Inductive Hypothesis:
Assume that the statement P(k) is true for some arbitrary integer k, where $k \geq 2$.
That is, assume that for any real numbers $c, a_1, a_2, \dots, a_k$, the following holds:
$c (a_1 + a_2 + \dots + a_k) = ca_1 + ca_2 + \dots + ca_k$
... (i)
Inductive Step:
We need to prove that the statement P(k+1) is true whenever P(k) is true.
The statement P(k+1) is that for any real numbers $c, a_1, a_2, \dots, a_{k+1}$, the following holds:
$c (a_1 + a_2 + \dots + a_k + a_{k+1}) = ca_1 + ca_2 + \dots + ca_k + ca_{k+1}$
Consider the LHS of P(k+1):
LHS = $c (a_1 + a_2 + \dots + a_k + a_{k+1})$
We can group the terms inside the parenthesis. Let $S_k = a_1 + a_2 + \dots + a_k$.
LHS = $c (S_k + a_{k+1})$
Using the basic distributive law $c(x+y) = cx + cy$, where $x = S_k$ and $y = a_{k+1}$:
LHS = $c S_k + c a_{k+1}$
LHS = $c (a_1 + a_2 + \dots + a_k) + c a_{k+1}$
Now, apply the Inductive Hypothesis (i) to the term $c (a_1 + a_2 + \dots + a_k)$:
LHS = $(ca_1 + ca_2 + \dots + ca_k) + c a_{k+1}$
(Using Inductive Hypothesis (i))
By the associativity of addition, we can remove the parenthesis:
LHS = $ca_1 + ca_2 + \dots + ca_k + ca_{k+1}$
This is the RHS of P(k+1).
Thus, P(k+1) is true whenever P(k) is true.
Conclusion:
By the Principle of Mathematical Induction, the statement P(n) is true for all natural numbers $n \geq 2$.
Therefore, for all natural numbers $n \geq 2$, and for any real numbers $c, a_1, a_2, \dots, a_n$, we have $c (a_1 + a_2 + \dots + a_n) = ca_1 + ca_2 + \dots + ca_n$.
Example 8: Prove by induction that for all natural number n
sin $α$ + sin $(α + β)$ + sin $(α + 2β)$ + ... + sin $(α + (n – 1) β)$ = $\frac{\sin\left( \alpha + \frac{n \;-\; 1}{2}\beta \right)\sin \left( \frac{n\beta}{2} \right)}{\sin\left( \frac{\beta}{2} \right)}$
Answer:
Let the given statement be denoted by P(n), i.e.,
P(n): $\sin \alpha + \sin (\alpha + \beta) + \sin (\alpha + 2\beta) + \dots + \sin (\alpha + (n - 1) \beta) = \frac{\sin\left( \alpha + \frac{n - 1}{2}\beta \right)\sin \left( \frac{n\beta}{2} \right)}{\sin\left( \frac{\beta}{2} \right)}$
We assume that $\sin\left( \frac{\beta}{2} \right) \neq 0$ for the formula to be defined.
Base Case:
For $n = 1$:
LHS = The sum consists of only the first term (where $n-1=0$): $\sin (\alpha + (1-1)\beta) = \sin \alpha$.
RHS = $\frac{\sin\left( \alpha + \frac{1 - 1}{2}\beta \right)\sin \left( \frac{1\beta}{2} \right)}{\sin\left( \frac{\beta}{2} \right)} = \frac{\sin\left( \alpha + 0 \right)\sin \left( \frac{\beta}{2} \right)}{\sin\left( \frac{\beta}{2} \right)} = \frac{\sin\alpha \sin\left( \frac{\beta}{2} \right)}{\sin\left( \frac{\beta}{2} \right)}$
Since $\sin\left( \frac{\beta}{2} \right) \neq 0$, we can cancel it:
RHS = $\sin \alpha$
Since LHS = RHS, the statement P(1) is true.
Inductive Hypothesis:
Assume that the statement P(k) is true for some arbitrary positive integer k.
That is, assume:
$\sin \alpha + \sin (\alpha + β) + \dots + \sin (\alpha + (k - 1) β) = \frac{\sin\left( \alpha + \frac{k - 1}{2}\beta \right)\sin \left( \frac{k\beta}{2} \right)}{\sin\left( \frac{\beta}{2} \right)}$
... (i)
Inductive Step:
We need to prove that the statement P(k+1) is true whenever P(k) is true.
The statement P(k+1) is:
$\sin \alpha + \sin (\alpha + β) + \dots + \sin (\alpha + k β) = \frac{\sin\left( \alpha + \frac{(k+1) - 1}{2}\beta \right)\sin \left( \frac{(k+1)\beta}{2} \right)}{\sin\left( \frac{\beta}{2} \right)}$
i.e., $\sin \alpha + \sin (\alpha + β) + \dots + \sin (\alpha + k β) = \frac{\sin\left( \alpha + \frac{k}{2}\beta \right)\sin \left( \frac{(k+1)\beta}{2} \right)}{\sin\left( \frac{\beta}{2} \right)}$
Consider the LHS of P(k+1):
LHS = $[\sin \alpha + \sin (\alpha + β) + \dots + \sin (\alpha + (k - 1) β)] + \sin (\alpha + k β)$
Using the Inductive Hypothesis (i), we can replace the sum of the first k terms:
LHS = $\frac{\sin\left( \alpha + \frac{k - 1}{2}\beta \right)\sin \left( \frac{k\beta}{2} \right)}{\sin\left( \frac{\beta}{2} \right)} + \sin (\alpha + k β)$
(Using Inductive Hypothesis (i))
Combine the terms by finding a common denominator:
LHS = $\frac{\sin\left( \alpha + \frac{k - 1}{2}\beta \right)\sin \left( \frac{k\beta}{2} \right) + \sin (\alpha + k β) \sin\left( \frac{\beta}{2} \right)}{\sin\left( \frac{\beta}{2} \right)}$
Now, let's simplify the numerator using product-to-sum identities. Recall $2 \sin A \sin B = \cos(A-B) - \cos(A+B)$.
The first term in the numerator is $\sin\left( \alpha + \frac{k - 1}{2}\beta \right)\sin \left( \frac{k\beta}{2} \right)$.
Let $A = \alpha + \frac{k - 1}{2}\beta$ and $B = \frac{k\beta}{2}$.
$A - B = \alpha + \frac{k-1}{2}\beta - \frac{k\beta}{2} = \alpha + \frac{k\beta - \beta - k\beta}{2} = \alpha - \frac{\beta}{2}$
$A + B = \alpha + \frac{k-1}{2}\beta + \frac{k\beta}{2} = \alpha + \frac{k\beta - \beta + k\beta}{2} = \alpha + \frac{2k\beta - \beta}{2} = \alpha + k\beta - \frac{\beta}{2}$
So, $\sin\left( \alpha + \frac{k - 1}{2}\beta \right)\sin \left( \frac{k\beta}{2} \right) = \frac{1}{2} \left[ \cos\left(\alpha - \frac{\beta}{2}\right) - \cos\left(\alpha + k\beta - \frac{\beta}{2}\right) \right]$
The second term in the numerator is $\sin (\alpha + k \beta) \sin\left( \frac{\beta}{2} \right)$.
Let $A = \alpha + k\beta$ and $B = \frac{\beta}{2}$.
$A - B = \alpha + k\beta - \frac{\beta}{2}$
$A + B = \alpha + k\beta + \frac{\beta}{2}$
So, $\sin (\alpha + k \beta) \sin\left( \frac{\beta}{2} \right) = \frac{1}{2} \left[ \cos\left(\alpha + k\beta - \frac{\beta}{2}\right) - \cos\left(\alpha + k\beta + \frac{\beta}{2}\right) \right]$
Adding these two terms for the numerator:
Numerator = $\frac{1}{2} \left[ \cos\left(\alpha - \frac{\beta}{2}\right) - \cos\left(\alpha + k\beta - \frac{\beta}{2}\right) \right] + \frac{1}{2} \left[ \cos\left(\alpha + k\beta - \frac{\beta}{2}\right) - \cos\left(\alpha + k\beta + \frac{\beta}{2}\right) \right]$
Numerator = $\frac{1}{2} \left[ \cos\left(\alpha - \frac{\beta}{2}\right) - \cos\left(\alpha + k\beta + \frac{\beta}{2}\right) \right]$
Now, use the identity $\cos C - \cos D = 2 \sin\left(\frac{D+C}{2}\right) \sin\left(\frac{D-C}{2}\right)$.
Let $C = \alpha - \frac{\beta}{2}$ and $D = \alpha + k\beta + \frac{\beta}{2}$.
$\frac{C+D}{2} = \frac{(\alpha - \frac{\beta}{2}) + (\alpha + k\beta + \frac{\beta}{2})}{2} = \frac{2\alpha + k\beta}{2} = \alpha + \frac{k\beta}{2}$
$\frac{D-C}{2} = \frac{(\alpha + k\beta + \frac{\beta}{2}) - (\alpha - \frac{\beta}{2})}{2} = \frac{\alpha + k\beta + \frac{\beta}{2} - \alpha + \frac{\beta}{2}}{2} = \frac{k\beta + \beta}{2} = \frac{(k+1)\beta}{2}$
Numerator = $\frac{1}{2} \left[ 2 \sin\left(\alpha + \frac{k\beta}{2}\right) \sin\left(\frac{(k+1)\beta}{2}\right) \right]$
Numerator = $\sin\left(\alpha + \frac{k\beta}{2}\right) \sin\left(\frac{(k+1)\beta}{2}\right)$
Substitute the simplified numerator back into the expression for LHS:
LHS = $\frac{\sin\left(\alpha + \frac{k\beta}{2}\right) \sin\left(\frac{(k+1)\beta}{2}\right)}{\sin\left( \frac{\beta}{2} \right)}$
This is the RHS of P(k+1).
Thus, P(k+1) is true whenever P(k) is true.
Conclusion:
By the Principle of Mathematical Induction, the statement P(n) is true for all natural numbers n, provided $\sin\left( \frac{\beta}{2} \right) \neq 0$.
Therefore, $\sin \alpha + \sin (\alpha + β) + \dots + \sin (\alpha + (n - 1) β) = \frac{\sin\left( \alpha + \frac{n - 1}{2}\beta \right)\sin \left( \frac{n\beta}{2} \right)}{\sin\left( \frac{\beta}{2} \right)}$ for all $n \in N$ (given $\sin(\beta/2) \neq 0$).
Example 9: Prove by the Principle of Mathematical Induction that
1 × 1! + 2 × 2! + 3 × 3! + ... + n × n! = (n + 1)! – 1 for all natural numbers n.
Answer:
Let the given statement be denoted by P(n), i.e.,
P(n): $1 \times 1! + 2 \times 2! + 3 \times 3! + \dots + n \times n! = (n + 1)! - 1$
Base Case:
For $n = 1$:
LHS = $1 \times 1! = 1 \times 1 = 1$
RHS = $(1 + 1)! - 1 = 2! - 1 = 2 - 1 = 1$
Since LHS = RHS, the statement P(1) is true.
Inductive Hypothesis:
Assume that the statement P(k) is true for some arbitrary positive integer k.
That is, assume:
$1 \times 1! + 2 \times 2! + 3 \times 3! + \dots + k \times k! = (k + 1)! - 1$
... (i)
Inductive Step:
We need to prove that the statement P(k+1) is true whenever P(k) is true.
The statement P(k+1) is:
$1 \times 1! + 2 \times 2! + 3 \times 3! + \dots + k \times k! + (k + 1) \times (k + 1)! = ((k + 1) + 1)! - 1$
i.e., $1 \times 1! + 2 \times 2! + 3 \times 3! + \dots + k \times k! + (k + 1) \times (k + 1)! = (k + 2)! - 1$
Consider the LHS of P(k+1):
LHS = $(1 \times 1! + 2 \times 2! + 3 \times 3! + \dots + k \times k!) + (k + 1) \times (k + 1)!$
Using the Inductive Hypothesis (i), we replace the sum of the first k terms:
LHS = $((k + 1)! - 1) + (k + 1) \times (k + 1)!$
(Using Inductive Hypothesis (i))
Rearrange the terms and factor out $(k+1)!$:
LHS = $(k + 1)! + (k + 1) \times (k + 1)! - 1$
LHS = $(k + 1)! \times (1 + (k + 1)) - 1$
LHS = $(k + 1)! \times (k + 2) - 1$
Recall the definition of factorial: $(m)! \times (m+1) = (m+1)!$. Here, $m = k+1$.
So, $(k + 1)! \times (k + 2) = (k + 2)!$
Substitute this back into the expression for LHS:
LHS = $(k + 2)! - 1$
This is the RHS of P(k+1).
Thus, P(k+1) is true whenever P(k) is true.
Conclusion:
By the Principle of Mathematical Induction, the statement P(n) is true for all natural numbers n.
Therefore, $1 \times 1! + 2 \times 2! + 3 \times 3! + \dots + n \times n! = (n + 1)! - 1$ for all $n \in N$.
Example 10: Show by the Principle of Mathematical Induction that the sum Sn of the n term of the series 12 + 2 × 22 + 32 + 2 × 42 + 52 + 2 × 62 ... is given by
$S_n = \begin{cases} \frac{n(n \;+\; 1)^2}{2} , & if \;n \;is \;even \\ \frac{n^2(n \;+\; 1)}{2} , & if \;n \;is \;odd \end{cases}$
Answer:
Solution:
The given series is $1^2 + 2 \times 2^2 + 3^2 + 2 \times 4^2 + 5^2 + 2 \times 6^2 + \ldots$
The $n$-th term of the series, $a_n$, can be described as:
$a_n = \begin{cases} n^2 & , & if \;n \;is \;odd \\ 2n^2 & , & if \;n \;is \;even \end{cases}$
We want to show by the Principle of Mathematical Induction that the sum $S_n = a_1 + a_2 + \ldots + a_n$ is given by the formula:
$S_n = \begin{cases} \frac{n(n \;+\; 1)^2}{2} & , & if \;n \;is \;even \\ \frac{n^2(n \;+\; 1)}{2} & , & if \;n \;is \;odd \end{cases}$
Let $P(n)$ be the statement that the formula for $S_n$ holds for a given natural number $n$.
Base Case:
We check the statement for $n=1$. $n=1$ is an odd number.
$S_1 = a_1 = 1^2 = 1$.
Using the formula for odd $n=1$:
$S_1 = \frac{1^2(1+1)}{2} = \frac{1 \times 2}{2} = 1$.
Since the formula matches the actual sum for $n=1$, $P(1)$ is true.
Inductive Hypothesis:
Assume that the statement $P(k)$ is true for some arbitrary natural number $k$. That is, assume that the formula for $S_k$ holds based on whether $k$ is odd or even.
If $k$ is odd, $S_k = \frac{k^2(k+1)}{2}$.
If $k$ is even, $S_k = \frac{k(k+1)^2}{2}$.
Inductive Step:
We need to prove that $P(k+1)$ is true, i.e., the formula holds for $n=k+1$. We consider two cases for $k$ (and thus for $k+1$).
Case 1: $k$ is odd.
If $k$ is odd, then $k+1$ is even. The formula we need to show for $S_{k+1}$ is $\frac{(k+1)((k+1)+1)^2}{2} = \frac{(k+1)(k+2)^2}{2}$.
Also, since $k+1$ is even, the $(k+1)$-th term is $a_{k+1} = 2(k+1)^2$.
We have $S_{k+1} = S_k + a_{k+1}$. Since $k$ is odd, we use the inductive hypothesis for odd $k$:
$S_{k+1} = \frac{k^2(k+1)}{2} + 2(k+1)^2$
Factor out $(k+1)$:
$S_{k+1} = (k+1) \left( \frac{k^2}{2} + 2(k+1) \right)$
$S_{k+1} = (k+1) \left( \frac{k^2 + 4(k+1)}{2} \right)$
$S_{k+1} = (k+1) \left( \frac{k^2 + 4k + 4}{2} \right)$
$S_{k+1} = (k+1) \left( \frac{(k+2)^2}{2} \right)$
$S_{k+1} = \frac{(k+1)(k+2)^2}{2}$
This matches the formula for $S_n$ when $n=k+1$ is even. Thus, $P(k+1)$ is true when $k$ is odd.
Case 2: $k$ is even.
If $k$ is even, then $k+1$ is odd. The formula we need to show for $S_{k+1}$ is $\frac{(k+1)^2((k+1)+1)}{2} = \frac{(k+1)^2(k+2)}{2}$.
Also, since $k+1$ is odd, the $(k+1)$-th term is $a_{k+1} = (k+1)^2$.
We have $S_{k+1} = S_k + a_{k+1}$. Since $k$ is even, we use the inductive hypothesis for even $k$:
$S_{k+1} = \frac{k(k+1)^2}{2} + (k+1)^2$
Factor out $(k+1)^2$:
$S_{k+1} = (k+1)^2 \left( \frac{k}{2} + 1 \right)$
$S_{k+1} = (k+1)^2 \left( \frac{k+2}{2} \right)$
$S_{k+1} = \frac{(k+1)^2(k+2)}{2}$
This matches the formula for $S_n$ when $n=k+1$ is odd. Thus, $P(k+1)$ is true when $k$ is even.
Conclusion:
Since the statement $P(1)$ is true, and the truth of $P(k)$ implies the truth of $P(k+1)$ for any natural number $k$ (covering both odd and even cases for $k$), by the Principle of Mathematical Induction, the statement $P(n)$ is true for all natural numbers $n$.
Therefore, the sum $S_n$ of the first $n$ terms of the given series is indeed given by the stated formula.
Example 11 to 12 (Multiple Choice Questions)
Choose the correct answer in Examples 11 and 12 (M.C.Q.)
Example 11: Let P(n) : “2n < (1 × 2 × 3 × ... × n)”. Then the smallest positive integer for which P (n) is true is
(A) 1
(B) 2
(C) 3
(D) 4
Answer:
Given:
The statement P(n) is given by $2^n < 1 \times 2 \times 3 \times ... \times n$, which can be written as $2^n < n!$.
To Find:
The smallest positive integer $n$ for which the statement P(n) is true.
Solution:
We need to find the smallest positive integer $n$ such that $2^n < n!$.
Let's test the inequality for the first few positive integer values of $n$ starting from 1.
For $n=1$:
P(1) is $2^1 < 1!$.
Calculating the values: $2^1 = 2$ and $1! = 1$.
Is $2 < 1$? This is false.
For $n=2$:
P(2) is $2^2 < 2!$.
Calculating the values: $2^2 = 4$ and $2! = 2 \times 1 = 2$.
Is $4 < 2$? This is false.
For $n=3$:
P(3) is $2^3 < 3!$.
Calculating the values: $2^3 = 8$ and $3! = 3 \times 2 \times 1 = 6$.
Is $8 < 6$? This is false.
For $n=4$:
P(4) is $2^4 < 4!$.
Calculating the values: $2^4 = 16$ and $4! = 4 \times 3 \times 2 \times 1 = 24$.
Is $16 < 24$? This is true.
Since P(4) is the first statement that is true for $n=4$ and the statements for $n=1, 2, 3$ are false, the smallest positive integer for which P(n) is true is 4.
Answer:
The smallest positive integer for which P(n) is true is 4.
The correct option is (D).
Example 12: A student was asked to prove a statement P (n) by induction. He proved that P (k + 1) is true whenever P (k) is true for all k > 5 ∈ N and also that P (5) is true. On the basis of this he could conclude that P (n) is true
(A) for all n ∈ N
(B) for all n > 5
(C) for all n ≥ 5
(D) for all n < 5
Answer:
Given:
1. The statement P(n) is being proven by induction.
2. Base case: P(5) is true.
3. Inductive step: P(k+1) is true whenever P(k) is true for all k > 5, where k ∈ N.
Analysis:
The principle of mathematical induction states that if P($n_0$) is true (Base Case) and if for every integer k ≥ $n_0$, P(k) implies P(k+1) (Inductive Step), then P(n) is true for all integers n ≥ $n_0$.
In this problem, the base case is P(5) is true. So, $n_0 = 5$.
The inductive step is stated as P(k) $\implies$ P(k+1) for all k > 5, k ∈ N. This means the implication holds for k = 6, 7, 8, ... , which is equivalent to k ≥ 6.
So, the student proved P(5) is true, and P(k) $\implies$ P(k+1) for all k ≥ 6.
According to the principle of induction starting at $n_0=5$, the inductive step needs to be proven for all k ≥ 5. However, the student only proved it for k ≥ 6.
Let's examine what can be concluded:
- We know P(5) is true.
- The inductive step tells us:
- If P(6) is true, then P(7) is true.
- If P(7) is true, then P(8) is true.
- If P(8) is true, then P(9) is true.
- ... and so on.
- This means if P(6) is true, then by repeated application of the inductive step, P(n) will be true for all n ≥ 6.
- However, the proof does not establish that P(6) is true. The inductive step P(k) $\implies$ P(k+1) was not proven for k=5. Therefore, we cannot conclude from P(5) that P(6) is true.
Based on a strict interpretation of the given proof steps, the only statement that is definitively proven is P(5).
However, the options provided are ranges of n. In the context of a standard induction problem presented with options like these, the phrasing of the inductive step range relative to the base case sometimes implies that the step applies from the base case onwards. If the statement "for all k > 5 ∈ N" was intended to cover the necessary steps for induction starting at $n_0=5$, it should have been "for all k ≥ 5 ∈ N".
Assuming the question implies a standard successful application of induction starting from the base case P(5), where the inductive step allows progression from $n_0=5$ onwards (meaning the inductive step was effectively shown for k ≥ 5, despite the phrasing "k > 5"), then the conclusion would be that P(n) is true for all n ≥ 5.
Let's evaluate the options assuming this common interpretation in test questions where phrasing might be slightly imperfect:
(A) for all n ∈ N: This would require proving P(n) for n=1, 2, 3, 4 as well, which is not done.
(B) for all n > 5: This means for n = 6, 7, 8, ... This requires P(6) as a base or from P(5). P(6) is not proven.
(C) for all n ≥ 5: This means for n = 5, 6, 7, 8, ... P(5) is proven. If the inductive step was meant for k ≥ 5, then this conclusion holds.
(D) for all n < 5: The base case is 5, and induction typically proves statements for integers greater than or equal to the base case.
Given the options, the most likely intended conclusion based on a standard (though slightly imperfectly phrased) induction problem is P(n) for all n ≥ 5.
A perfectly phrased problem aiming for this conclusion would state: "...He proved that P (k + 1) is true whenever P (k) is true for all k ≥ 5 ∈ N and also that P (5) is true."
Conclusion:
Based on the typical structure and expected answer in such problems, and assuming the phrasing "for all k > 5 ∈ N" in the inductive step is meant to function in conjunction with the base case P(5) to prove the statement for n ≥ 5, the conclusion is that P(n) is true for all n ≥ 5.
However, under a strict interpretation, the proof only guarantees P(5) is true, as the inductive step does not cover the transition from k=5 to k+1=6.
Given the multiple choice options, the most fitting answer is (C).
Answer:
The student could conclude that P(n) is true for all n ≥ 5, assuming the inductive step was intended to connect from the base case.
The correct option is (C).
Example 13 to 14 (Fill in the Blanks)
Example 13: If P (n) : “2.42n + 1 + 33n + 1 is divisible by λ for all n ∈ N” is true, then the value of λ is ____
Answer:
Given:
The statement P(n) : “$2 \cdot 4^{2n + 1} + 3^{3n + 1}$ is divisible by $\lambda$ for all $n \in N$” is true.
To Find:
The value of $\lambda$.
Solution:
Let the expression be $E(n) = 2 \cdot 4^{2n + 1} + 3^{3n + 1}$.
Since the statement P(n) is true for all $n \in N$, the expression $E(n)$ must be divisible by $\lambda$ for all $n \in N$. This means $\lambda$ is a common divisor of $E(n)$ for all $n \in N$. Typically, the value of $\lambda$ refers to the greatest common divisor (GCD) of the values of the expression for all $n \in N$.
Let's evaluate the expression $E(n)$ for the smallest positive integer value of $n$, which is $n=1$.
$E(1) = 2 \cdot 4^{2(1) + 1} + 3^{3(1) + 1}$
$E(1) = 2 \cdot 4^3 + 3^4$
$E(1) = 2 \cdot 64 + 81$
$E(1) = 128 + 81$
$E(1) = 209$
Since $E(1)$ is divisible by $\lambda$, $\lambda$ must be a divisor of 209.
The positive divisors of 209 are 1, 11, 19, and 209.
Let's verify if 11 divides $E(n)$ for all $n \in N$ using modular arithmetic.
We consider the expression modulo 11:
$E(n) = 2 \cdot 4^{2n + 1} + 3^{3n + 1}$
We can rewrite the terms:
$4^{2n + 1} = 4 \cdot (4^2)^n = 4 \cdot 16^n$
$3^{3n + 1} = 3 \cdot (3^3)^n = 3 \cdot 27^n$
Now, consider these terms modulo 11:
$16 \equiv 5 \pmod{11}$
$27 \equiv 5 \pmod{11}$
Substitute these congruences back into the expression for $E(n) \pmod{11}$:
$E(n) \equiv 2 \cdot (4 \cdot 16^n) + (3 \cdot 27^n) \pmod{11}$
$E(n) \equiv 2 \cdot (4 \cdot 5^n) + (3 \cdot 5^n) \pmod{11}$
$E(n) \equiv 8 \cdot 5^n + 3 \cdot 5^n \pmod{11}$
$E(n) \equiv (8 + 3) \cdot 5^n \pmod{11}$
$E(n) \equiv 11 \cdot 5^n \pmod{11}$
$E(n) \equiv 0 \cdot 5^n \pmod{11}$
$E(n) \equiv 0 \pmod{11}$
This result shows that $E(n)$ is divisible by 11 for all $n \in N$.
Since $\lambda$ must be a divisor of $E(1)=209$, and we have shown that 11 divides $E(n)$ for all $n \in N$, the largest possible value for $\lambda$ is 11.
We can confirm this by checking $E(2) = 4235$. $4235 \div 11 = 385$, so $E(2)$ is also divisible by 11.
The greatest common divisor of the values $E(n)$ for all $n \in N$ is 11.
Answer:
The value of $\lambda$ is 11.
Example 14: If P (n) : “49n + 16n + k is divisible by 64 for n ∈ N” is true, then the least negative integral value of k is ______.
Answer:
Given:
The statement P(n) : “$49^n + 16^n + k$ is divisible by 64 for $n \in N$” is true.
To Find:
The least negative integral value of k.
Solution:
Since the statement P(n) is true for all $n \in N$, it must be true for the smallest natural number, $n=1$.
For $n=1$, the expression $49^1 + 16^1 + k$ must be divisible by 64.
So, $49 + 16 + k$ must be divisible by 64.
This means $65 + k$ must be divisible by 64.
We can write this condition using modular arithmetic as:
$65 + k \equiv 0 \pmod{64}$
Since $65 \equiv 1 \pmod{64}$, the congruence becomes:
$1 + k \equiv 0 \pmod{64}$
This implies $k \equiv -1 \pmod{64}$.
So, k can be expressed in the form $64m - 1$ for some integer $m$.
k = $64m - 1$
... (i)
We are looking for the least negative integral value of k.
This means we are looking for the largest possible negative integer value of k from the set of values given by $k = 64m - 1$ for $m \in \mathbb{Z}$.
Let's list some values of k for different integer values of m:
- If $m=1$, $k = 64(1) - 1 = 63$. (Positive)
- If $m=0$, $k = 64(0) - 1 = -1$. (Negative)
- If $m=-1$, $k = 64(-1) - 1 = -64 - 1 = -65$. (Negative)
- If $m=-2$, $k = 64(-2) - 1 = -128 - 1 = -129$. (Negative)
The set of integer values for k for which P(1) is true is $\{\dots, -129, -65, -1, 63, 127, \dots \}$.
The negative integral values in this set are $\{\dots, -129, -65, -1\}$.
The "least negative" integral value is the largest value among the negative integers. In this set, the largest value is -1.
Therefore, the least negative integral value of k is -1.
It is important to note that while this value of k is derived from the condition at $n=1$, a complete proof by induction would be required to rigorously demonstrate that for $k=-1$, $49^n + 16^n - 1$ is divisible by 64 for *all* $n \in N$. However, based on the structure of such fill-in-the-blank problems, the value determined by the base case is typically the expected answer.
Answer:
The least negative integral value of k is -1.
Example 15 (True or False)
Example 15: State whether the following proof (by mathematical induction) is true or false for the statement.
P(n): 12 + 22 + ….+ n2 = $\frac{n(n \;+\; 1)(2n \;+\; 1)}{6}$
Answer:
Given:
The statement P(n) is $1^2 + 2^2 + ….+ n^2 = \frac{n(n \;+\; 1)(2n \;+\; 1)}{6}$.
We are asked to state whether the proof by mathematical induction for this statement is true or false. This question phrasing is slightly ambiguous. A proof itself is not "true" or "false"; rather, a proof is either valid or invalid, and if valid, it demonstrates the truth of the statement for the specified domain (in this case, $n \in N$). We will interpret this as asking whether the statement P(n) is true for all $n \in N$ and can be proven using mathematical induction.
To Determine:
Whether the statement P(n) is true for all $n \in N$ (which implies a valid proof by induction exists).
Analysis/Explanation:
To determine if the statement P(n) is true for all $n \in N$, we can attempt to prove it using the principle of mathematical induction. The steps for induction are:
1. Base Case: Show that P(1) is true.
2. Inductive Hypothesis: Assume that P(k) is true for some arbitrary positive integer k.
3. Inductive Step: Show that if P(k) is true, then P(k+1) is true.
Step 1: Base Case (n=1)
For $n=1$, the left side (LHS) of P(n) is $1^2 = 1$.
The right side (RHS) of P(n) for $n=1$ is $\frac{1(1 \;+\; 1)(2(1) \;+\; 1)}{6} = \frac{1(2)(3)}{6} = \frac{6}{6} = 1$.
Since LHS = RHS, P(1) is true.
Step 2: Inductive Hypothesis
Assume P(k) is true for some arbitrary positive integer k. That is, assume:
$1^2 + 2^2 + ….+ k^2 = \frac{k(k \;+\; 1)(2k \;+\; 1)}{6}$
... (i)
Step 3: Inductive Step (Prove P(k+1))
We need to show that P(k+1) is true, i.e., we need to show that:
$1^2 + 2^2 + ….+ k^2 + (k+1)^2 = \frac{(k+1)((k+1) \;+\; 1)(2(k+1) \;+\; 1)}{6}$
$1^2 + 2^2 + ….+ k^2 + (k+1)^2 = \frac{(k+1)(k \;+\; 2)(2k \;+\; 3)}{6}$
Consider the LHS of P(k+1):
$1^2 + 2^2 + ….+ k^2 + (k+1)^2$
Using the Inductive Hypothesis (i), we replace the sum up to $k^2$:
$= \frac{k(k \;+\; 1)(2k \;+\; 1)}{6} + (k+1)^2$
Now, we manipulate this expression to match the RHS of P(k+1).
Factor out $(k+1)$:
$= (k+1) \left[ \frac{k(2k \;+\; 1)}{6} + (k+1) \right]$
Find a common denominator within the brackets:
$= (k+1) \left[ \frac{k(2k \;+\; 1) + 6(k+1)}{6} \right]$
Expand the numerator inside the brackets:
$= (k+1) \left[ \frac{2k^2 + k + 6k + 6}{6} \right]$
Combine like terms in the numerator:
$= (k+1) \left[ \frac{2k^2 + 7k + 6}{6} \right]$
Factor the quadratic expression $2k^2 + 7k + 6$. We look for two numbers that multiply to $2 \times 6 = 12$ and add up to 7. These numbers are 3 and 4.
$2k^2 + 7k + 6 = 2k^2 + 4k + 3k + 6 = 2k(k+2) + 3(k+2) = (2k+3)(k+2)$
Substitute the factored quadratic back into the expression:
$= (k+1) \left[ \frac{(k+2)(2k+3)}{6} \right]$
Rearrange the terms to match the RHS of P(k+1):
$= \frac{(k+1)(k \;+\; 2)(2k \;+\; 3)}{6}$
This is exactly the RHS of P(k+1).
Thus, we have shown that if P(k) is true, then P(k+1) is true.
Since the base case P(1) is true and the inductive step holds, by the principle of mathematical induction, the statement P(n) is true for all $n \in N$. Therefore, a valid proof by mathematical induction for this statement exists.
Answer:
The statement P(n) is true for all $n \in N$, and thus a proof by mathematical induction for this statement is valid.
Therefore, the answer is True.
Exercise
Question 1 to 16 (Short Answer Type Questions)
Question 1. Give an example of a statement P(n) which is true for all n ≥ 4 but P(1), P(2) and P(3) are not true. Justify your answer.
Answer:
Example of the statement P(n):
Let P(n) be the statement: $2^n < n!$, for $n \in N$.
Here, $n!$ denotes the factorial of n, i.e., $n! = 1 \times 2 \times 3 \times \dots \times n$.
Justification:
We need to show that P(1), P(2), and P(3) are not true, and P(n) is true for all $n \geq 4$.
Checking for n = 1, 2, 3:
For $n=1$:
P(1) is $2^1 < 1!$.
LHS = $2^1 = 2$.
RHS = $1! = 1$.
Is $2 < 1$? This is False. So, P(1) is not true.
For $n=2$:
P(2) is $2^2 < 2!$.
LHS = $2^2 = 4$.
RHS = $2! = 2 \times 1 = 2$.
Is $4 < 2$? This is False. So, P(2) is not true.
For $n=3$:
P(3) is $2^3 < 3!$.
LHS = $2^3 = 8$.
RHS = $3! = 3 \times 2 \times 1 = 6$.
Is $8 < 6$? This is False. So, P(3) is not true.
Checking for n ≥ 4 (Proof by Mathematical Induction):
We will use mathematical induction to prove that P(n) is true for all $n \geq 4$.
Base Case: Show P(4) is true.
For $n=4$:
P(4) is $2^4 < 4!$.
LHS = $2^4 = 16$.
RHS = $4! = 4 \times 3 \times 2 \times 1 = 24$.
Is $16 < 24$? This is True. So, P(4) is true.
Inductive Hypothesis: Assume P(k) is true for some arbitrary integer $k \geq 4$.
That is, assume $2^k < k!$ is true for some integer $k \geq 4$.
$2^k < k!$
... (i)
where $k \geq 4$
(Inductive Hypothesis)
Inductive Step: Show that P(k+1) is true, i.e., show that $2^{k+1} < (k+1)!$.
Consider the LHS of P(k+1): $2^{k+1}$.
We can write $2^{k+1} = 2 \cdot 2^k$.
From the Inductive Hypothesis (i), we know that $2^k < k!$.
Multiply both sides of the inequality (i) by 2:
$2 \cdot 2^k < 2 \cdot k!$
$2^{k+1} < 2 \cdot k!$
... (ii)
Now, consider the RHS of P(k+1), which is $(k+1)!$.
$(k+1)! = (k+1) \cdot k!$.
Since we assumed $k \geq 4$, it follows that $k+1 \geq 5$.
Comparing 2 with $k+1$, since $k+1 \geq 5$, we have $2 < k+1$.
Multiply both sides of the inequality $2 < k+1$ by $k!$ (which is positive for $k \geq 4$):
$2 \cdot k! < (k+1) \cdot k!$
$2 \cdot k! < (k+1)!$
... (iii)
Combining inequality (ii) and inequality (iii), we have:
$2^{k+1} < 2 \cdot k! < (k+1)!$
By the transitive property of inequality, we get:
$2^{k+1} < (k+1)!$
This shows that P(k+1) is true.
By the principle of mathematical induction, since P(4) is true and P(k) $\implies$ P(k+1) for all $k \geq 4$, the statement P(n): $2^n < n!$ is true for all integers $n \geq 4$.
Conclusion:
The statement P(n) : “$2^n < n!$” is false for $n=1, 2, 3$ and true for all $n \geq 4$. Thus, this statement serves as the required example.
Question 2. Give an example of a statement P(n) which is true for all n. Justify your answer.
Answer:
Example of the statement P(n):
Let P(n) be the statement: The sum of the first n natural numbers is equal to $\frac{n(n+1)}{2}$.
In mathematical notation, P(n) is: $1 + 2 + 3 + \dots + n = \frac{n(n+1)}{2}$, for $n \in N$.
Justification (Proof by Mathematical Induction):
We will use the principle of mathematical induction to prove that the statement P(n) is true for all natural numbers $n \in N$.
Base Case: Show that P(1) is true.
For $n=1$, the left side (LHS) of P(n) is the sum of the first 1 natural number, which is $1$.
LHS = $1$.
The right side (RHS) of P(n) for $n=1$ is $\frac{1(1+1)}{2}$.
RHS = $\frac{1(2)}{2} = \frac{2}{2} = 1$.
Since LHS = RHS, P(1) is true.
Inductive Hypothesis: Assume that P(k) is true for some arbitrary positive integer k.
That is, assume the statement holds for $n=k$: $1 + 2 + 3 + \dots + k = \frac{k(k+1)}{2}$.
$1 + 2 + \dots + k = \frac{k(k+1)}{2}$
... (i)
Inductive Step: Show that if P(k) is true, then P(k+1) is true.
We need to show that the statement holds for $n=k+1$, i.e., we need to show:
$1 + 2 + 3 + \dots + k + (k+1) = \frac{(k+1)((k+1)+1)}{2}$
$1 + 2 + 3 + \dots + k + (k+1) = \frac{(k+1)(k+2)}{2}$
Consider the LHS of P(k+1):
$1 + 2 + 3 + \dots + k + (k+1)$
Using the Inductive Hypothesis (i), we replace the sum of the first k terms:
$= (1 + 2 + \dots + k) + (k+1)$
$= \frac{k(k+1)}{2} + (k+1)$
Now, we add the term $(k+1)$ to the sum by finding a common denominator:
$= \frac{k(k+1)}{2} + \frac{2(k+1)}{2}$
$= \frac{k(k+1) + 2(k+1)}{2}$
Factor out the common term $(k+1)$ from the numerator:
$= \frac{(k+1)(k + 2)}{2}$
This is exactly the RHS of P(k+1).
Thus, we have shown that if P(k) is true, then P(k+1) is true.
By the principle of mathematical induction, since the base case P(1) is true and the inductive step holds for all $k \in N$, the statement P(n) is true for all natural numbers $n \in N$.
Conclusion:
The statement P(n) : “$1 + 2 + \dots + n = \frac{n(n+1)}{2}$” is true for all $n \in N$. The proof by mathematical induction justifies this conclusion.
Prove each of the statements in Exercises 3 - 16 by the Principle of Mathematical Induction :
Question 3. 4n – 1 is divisible by 3, for each natural number n.
Answer:
Given:
The statement P(n) is "$4^n - 1$ is divisible by 3", for each natural number $n \in N$.
To Prove:
The statement P(n) is true for all $n \in N$ using the Principle of Mathematical Induction.
Proof:
We will prove the statement P(n): "$4^n - 1$ is divisible by 3" for all $n \in N$ using the Principle of Mathematical Induction.
Step 1: Base Case (n=1)
We need to show that P(1) is true.
For $n=1$, P(1) is the statement "$4^1 - 1$ is divisible by 3".
$4^1 - 1 = 4 - 1 = 3$.
Since 3 is divisible by 3, P(1) is true.
Step 2: Inductive Hypothesis
Assume that P(k) is true for some arbitrary positive integer k.
That is, assume that $4^k - 1$ is divisible by 3 for some $k \in N$.
This means that $4^k - 1$ can be written as $3m$ for some integer m.
$4^k - 1 = 3m$
[where m is an integer] ... (i)
From equation (i), we can write $4^k = 3m + 1$.
$4^k = 3m + 1$
... (ii)
Step 3: Inductive Step
We need to show that if P(k) is true, then P(k+1) is true.
P(k+1) is the statement "$4^{k+1} - 1$ is divisible by 3".
Consider the expression $4^{k+1} - 1$.
$4^{k+1} - 1 = 4 \cdot 4^k - 1$
Substitute the expression for $4^k$ from equation (ii) into this expression:
$4^{k+1} - 1 = 4 \cdot (3m + 1) - 1$
Expand the expression:
$4^{k+1} - 1 = 12m + 4 - 1$
$4^{k+1} - 1 = 12m + 3$
Factor out 3 from the expression:
$4^{k+1} - 1 = 3(4m + 1)$
Since m is an integer, $4m+1$ is also an integer.
Therefore, $4^{k+1} - 1$ is a multiple of 3, which means $4^{k+1} - 1$ is divisible by 3.
This shows that P(k+1) is true whenever P(k) is true.
Conclusion:
By the Principle of Mathematical Induction, since P(1) is true and P(k) implies P(k+1) for all $k \in N$, the statement P(n): "$4^n - 1$ is divisible by 3" is true for all natural numbers n.
Answer:
The statement $4^n - 1$ is divisible by 3 for each natural number n is proven by the Principle of Mathematical Induction.
Question 4. 23n – 1 is divisible by 7, for all natural numbers n.
Answer:
Given:
The statement P(n) is "$2^{3n} - 1$ is divisible by 7", for all natural numbers $n \in N$.
To Prove:
The statement P(n) is true for all $n \in N$ using the Principle of Mathematical Induction.
Proof:
We will prove the statement P(n): "$2^{3n} - 1$ is divisible by 7" for all $n \in N$ using the Principle of Mathematical Induction.
Step 1: Base Case (n=1)
We need to show that P(1) is true.
For $n=1$, P(1) is the statement "$2^{3(1)} - 1$ is divisible by 7".
$2^{3(1)} - 1 = 2^3 - 1 = 8 - 1 = 7$.
Since 7 is divisible by 7, P(1) is true.
Step 2: Inductive Hypothesis
Assume that P(k) is true for some arbitrary positive integer k.
That is, assume that $2^{3k} - 1$ is divisible by 7 for some $k \in N$.
This means that $2^{3k} - 1$ can be written as $7m$ for some integer m.
$2^{3k} - 1 = 7m$
[where m is an integer] ... (i)
From equation (i), we can write $2^{3k} = 7m + 1$.
$2^{3k} = 7m + 1$
... (ii)
Step 3: Inductive Step
We need to show that if P(k) is true, then P(k+1) is true.
P(k+1) is the statement "$2^{3(k+1)} - 1$ is divisible by 7".
Consider the expression $2^{3(k+1)} - 1$.
$2^{3(k+1)} - 1 = 2^{3k + 3} - 1$
$= 2^{3k} \cdot 2^3 - 1$
$= 2^{3k} \cdot 8 - 1$
Substitute the expression for $2^{3k}$ from equation (ii) into this expression:
$= (7m + 1) \cdot 8 - 1$
Expand the expression:
$= 56m + 8 - 1$
$= 56m + 7$
Factor out 7 from the expression:
$= 7(8m + 1)$
Since m is an integer, $8m+1$ is also an integer.
Therefore, $2^{3(k+1)} - 1$ is a multiple of 7, which means $2^{3(k+1)} - 1$ is divisible by 7.
This shows that P(k+1) is true whenever P(k) is true.
Conclusion:
By the Principle of Mathematical Induction, since P(1) is true and P(k) implies P(k+1) for all $k \in N$, the statement P(n): "$2^{3n} - 1$ is divisible by 7" is true for all natural numbers n.
Answer:
The statement $2^{3n} - 1$ is divisible by 7 for all natural numbers n is proven by the Principle of Mathematical Induction.
Question 5. n3 – 7n + 3 is divisible by 3, for all natural numbers n.
Answer:
Given:
The statement P(n) is "$n^3 - 7n + 3$ is divisible by 3", for all natural numbers $n \in N$.
To Prove:
The statement P(n) is true for all $n \in N$ using the Principle of Mathematical Induction.
Proof:
We will prove the statement P(n): "$n^3 - 7n + 3$ is divisible by 3" for all $n \in N$ using the Principle of Mathematical Induction.
Step 1: Base Case (n=1)
We need to show that P(1) is true.
For $n=1$, P(1) is the statement "$1^3 - 7(1) + 3$ is divisible by 3".
$1^3 - 7(1) + 3 = 1 - 7 + 3 = 4 - 7 = -3$.
Since -3 is divisible by 3 (as $-3 = 3 \times (-1)$), P(1) is true.
Step 2: Inductive Hypothesis
Assume that P(k) is true for some arbitrary positive integer k.
That is, assume that $k^3 - 7k + 3$ is divisible by 3 for some $k \in N$.
This means that $k^3 - 7k + 3$ can be written as $3m$ for some integer m.
$k^3 - 7k + 3 = 3m$
[where m is an integer] ... (i)
Step 3: Inductive Step
We need to show that if P(k) is true, then P(k+1) is true.
P(k+1) is the statement "$(k+1)^3 - 7(k+1) + 3$ is divisible by 3".
Consider the expression for P(k+1):
$(k+1)^3 - 7(k+1) + 3$
Expand the terms:
$= (k^3 + 3k^2 + 3k + 1) - (7k + 7) + 3$
$= k^3 + 3k^2 + 3k + 1 - 7k - 7 + 3$
$= k^3 + 3k^2 - 4k - 3$
We want to show that this expression is divisible by 3, using the Inductive Hypothesis $k^3 - 7k + 3 = 3m$. Let's rearrange the expression to include the term $k^3 - 7k + 3$:
$(k^3 + 3k^2 - 4k - 3) = (k^3 - 7k + 3) + (3k^2 - 4k - 3) - (-7k + 3)$
$= (k^3 - 7k + 3) + 3k^2 - 4k - 3 + 7k - 3$
$= (k^3 - 7k + 3) + 3k^2 + 3k - 6$
Now, substitute $k^3 - 7k + 3 = 3m$ from the Inductive Hypothesis (i):
$= 3m + 3k^2 + 3k - 6$
Factor out 3 from the entire expression:
$= 3(m + k^2 + k - 2)$
Since m is an integer and k is a natural number, the expression $m + k^2 + k - 2$ is also an integer.
Therefore, $(k+1)^3 - 7(k+1) + 3$ is a multiple of 3, which means it is divisible by 3.
This shows that P(k+1) is true whenever P(k) is true.
Conclusion:
By the Principle of Mathematical Induction, since P(1) is true and P(k) implies P(k+1) for all $k \in N$, the statement P(n): "$n^3 - 7n + 3$ is divisible by 3" is true for all natural numbers n.
Answer:
The statement $n^3 - 7n + 3$ is divisible by 3 for all natural numbers n is proven by the Principle of Mathematical Induction.
Question 6. 32n – 1 is divisible by 8, for all natural numbers n.
Answer:
Given:
The statement P(n) is "$3^{2n} - 1$ is divisible by 8", for all natural numbers $n \in N$.
To Prove:
The statement P(n) is true for all $n \in N$ using the Principle of Mathematical Induction.
Proof:
We will prove the statement P(n): "$3^{2n} - 1$ is divisible by 8" for all $n \in N$ using the Principle of Mathematical Induction.
Step 1: Base Case (n=1)
We need to show that P(1) is true.
For $n=1$, P(1) is the statement "$3^{2(1)} - 1$ is divisible by 8".
$3^{2(1)} - 1 = 3^2 - 1 = 9 - 1 = 8$.
Since 8 is divisible by 8, P(1) is true.
Step 2: Inductive Hypothesis
Assume that P(k) is true for some arbitrary positive integer k.
That is, assume that $3^{2k} - 1$ is divisible by 8 for some $k \in N$.
This means that $3^{2k} - 1$ can be written as $8m$ for some integer m.
$3^{2k} - 1 = 8m$
[where m is an integer] ... (i)
Step 3: Inductive Step
We need to show that if P(k) is true, then P(k+1) is true.
P(k+1) is the statement "$3^{2(k+1)} - 1$ is divisible by 8".
Consider the expression $3^{2(k+1)} - 1$.
$3^{2(k+1)} - 1 = 3^{2k + 2} - 1$
$= 3^{2k} \cdot 3^2 - 1$
$= 3^{2k} \cdot 9 - 1$
From the Inductive Hypothesis (i), we have $3^{2k} = 8m + 1$. Substitute this into the expression:
$3^{2(k+1)} - 1 = (8m + 1) \cdot 9 - 1$
Expand the expression:
$= 72m + 9 - 1$
$= 72m + 8$
Factor out 8 from the expression:
$= 8(9m + 1)$
Since m is an integer, $9m+1$ is also an integer.
Therefore, $3^{2(k+1)} - 1$ is a multiple of 8, which means $3^{2(k+1)} - 1$ is divisible by 8.
This shows that P(k+1) is true whenever P(k) is true.
Conclusion:
By the Principle of Mathematical Induction, since P(1) is true and P(k) implies P(k+1) for all $k \in N$, the statement P(n): "$3^{2n} - 1$ is divisible by 8" is true for all natural numbers n.
Answer:
The statement $3^{2n} - 1$ is divisible by 8 for all natural numbers n is proven by the Principle of Mathematical Induction.
Question 7. For any natural number n, 7n – 2n is divisible by 5.
Answer:
Given:
The statement P(n) is "$7^n - 2^n$ is divisible by 5", for any natural number $n \in N$.
To Prove:
The statement P(n) is true for all $n \in N$ using the Principle of Mathematical Induction.
Proof:
We will prove the statement P(n): "$7^n - 2^n$ is divisible by 5" for all $n \in N$ using the Principle of Mathematical Induction.
Step 1: Base Case (n=1)
We need to show that P(1) is true.
For $n=1$, P(1) is the statement "$7^1 - 2^1$ is divisible by 5".
$7^1 - 2^1 = 7 - 2 = 5$.
Since 5 is divisible by 5, P(1) is true.
Step 2: Inductive Hypothesis
Assume that P(k) is true for some arbitrary positive integer k.
That is, assume that $7^k - 2^k$ is divisible by 5 for some $k \in N$.
This means that $7^k - 2^k$ can be written as $5m$ for some integer m.
$7^k - 2^k = 5m$
[where m is an integer] ... (i)
Step 3: Inductive Step
We need to show that if P(k) is true, then P(k+1) is true.
P(k+1) is the statement "$7^{k+1} - 2^{k+1}$ is divisible by 5".
Consider the expression $7^{k+1} - 2^{k+1}$.
$7^{k+1} - 2^{k+1} = 7 \cdot 7^k - 2 \cdot 2^k$
We can rewrite this expression by adding and subtracting $7 \cdot 2^k$:
$= 7 \cdot 7^k - 7 \cdot 2^k + 7 \cdot 2^k - 2 \cdot 2^k$
Group the terms:
$= 7(7^k - 2^k) + (7 \cdot 2^k - 2 \cdot 2^k)$
$= 7(7^k - 2^k) + (7 - 2) \cdot 2^k$
$= 7(7^k - 2^k) + 5 \cdot 2^k$
From the Inductive Hypothesis (i), we know that $7^k - 2^k = 5m$. Substitute this into the expression:
$= 7(5m) + 5 \cdot 2^k$
$= 35m + 5 \cdot 2^k$
Factor out 5 from the expression:
$= 5(7m + 2^k)$
Since m is an integer and k is a natural number, $7m+2^k$ is also an integer.
Therefore, $7^{k+1} - 2^{k+1}$ is a multiple of 5, which means $7^{k+1} - 2^{k+1}$ is divisible by 5.
This shows that P(k+1) is true whenever P(k) is true.
Conclusion:
By the Principle of Mathematical Induction, since P(1) is true and P(k) implies P(k+1) for all $k \in N$, the statement P(n): "$7^n - 2^n$ is divisible by 5" is true for all natural numbers n.
Answer:
The statement For any natural number n, $7^n - 2^n$ is divisible by 5 is proven by the Principle of Mathematical Induction.
Question 8. For any natural number n, xn – yn is divisible by x – y, where x and y are any integers with x ≠ y.
Answer:
Given:
The statement P(n) is "$x^n - y^n$ is divisible by $x - y$", for any natural number $n \in N$, where x and y are integers with $x \neq y$.
To Prove:
The statement P(n) is true for all $n \in N$ using the Principle of Mathematical Induction.
Proof:
We will prove the statement P(n): "$x^n - y^n$ is divisible by $x - y$" for all $n \in N$ using the Principle of Mathematical Induction.
Step 1: Base Case (n=1)
We need to show that P(1) is true.
For $n=1$, P(1) is the statement "$x^1 - y^1$ is divisible by $x - y$".
$x^1 - y^1 = x - y$.
Since $x \neq y$, $x-y$ is a non-zero integer. Any non-zero integer is divisible by itself.
Therefore, $x - y$ is divisible by $x - y$. So, P(1) is true.
Step 2: Inductive Hypothesis
Assume that P(k) is true for some arbitrary positive integer k.
That is, assume that $x^k - y^k$ is divisible by $x - y$ for some $k \in N$.
This means that $x^k - y^k$ can be written as $m(x - y)$ for some integer m.
$x^k - y^k = m(x - y)$
[where m is an integer] ... (i)
Step 3: Inductive Step
We need to show that if P(k) is true, then P(k+1) is true.
P(k+1) is the statement "$x^{k+1} - y^{k+1}$ is divisible by $x - y$".
Consider the expression $x^{k+1} - y^{k+1}$.
$x^{k+1} - y^{k+1} = x \cdot x^k - y \cdot y^k$
We can rewrite the term $y \cdot y^k$ by adding and subtracting $x \cdot y^k$:
$x^{k+1} - y^{k+1} = x \cdot x^k - x \cdot y^k + x \cdot y^k - y \cdot y^k$
Group the terms:
$= x(x^k - y^k) + y^k(x - y)$
From the Inductive Hypothesis (i), we know that $x^k - y^k = m(x - y)$. Substitute this into the expression:
$= x(m(x - y)) + y^k(x - y)$
$= xm(x - y) + y^k(x - y)$
Factor out the common term $(x - y)$:
$= (xm + y^k)(x - y)$
Since x, y are integers and m is an integer (from the inductive hypothesis), the expression $(xm + y^k)$ is also an integer.
Therefore, $x^{k+1} - y^{k+1}$ is a multiple of $(x - y)$, which means $x^{k+1} - y^{k+1}$ is divisible by $x - y$.
This shows that P(k+1) is true whenever P(k) is true.
Conclusion:
By the Principle of Mathematical Induction, since P(1) is true and P(k) implies P(k+1) for all $k \in N$, the statement P(n): "$x^n - y^n$ is divisible by $x - y$" is true for all natural numbers n.
Answer:
The statement For any natural number n, $x^n - y^n$ is divisible by $x - y$, where x and y are any integers with $x \neq y$, is proven by the Principle of Mathematical Induction.
Question 9. n3 – n is divisible by 6, for each natural number n ≥ 2.
Answer:
Given:
The statement P(n) is "$n^3 - n$ is divisible by 6", for each natural number $n \geq 2$.
To Prove:
The statement P(n) is true for all natural numbers $n \geq 2$ using the Principle of Mathematical Induction.
Proof:
We will prove the statement P(n): "$n^3 - n$ is divisible by 6" for all $n \geq 2$, $n \in N$ using the Principle of Mathematical Induction.
Step 1: Base Case (n=2)
We need to show that P(2) is true.
For $n=2$, P(2) is the statement "$2^3 - 2$ is divisible by 6".
$2^3 - 2 = 8 - 2 = 6$.
Since 6 is divisible by 6, P(2) is true.
Step 2: Inductive Hypothesis
Assume that P(k) is true for some arbitrary integer $k \geq 2$.
That is, assume that $k^3 - k$ is divisible by 6 for some integer $k \geq 2$.
This means that $k^3 - k$ can be written as $6m$ for some integer m.
$k^3 - k = 6m$
[where m is an integer] ... (i)
Step 3: Inductive Step
We need to show that if P(k) is true, then P(k+1) is true.
P(k+1) is the statement "$(k+1)^3 - (k+1)$ is divisible by 6".
Consider the expression for P(k+1):
$(k+1)^3 - (k+1)$
Expand the terms:
$= (k^3 + 3k^2 + 3k + 1) - (k+1)$
$= k^3 + 3k^2 + 3k + 1 - k - 1$
$= k^3 + 3k^2 + 2k$
We want to show that this expression is divisible by 6, using the Inductive Hypothesis $k^3 - k = 6m$. Let's rearrange the expression to include the term $k^3 - k$:
$k^3 + 3k^2 + 2k = (k^3 - k) + 3k^2 + 2k - (-k)$
$= (k^3 - k) + 3k^2 + 3k$
Substitute $k^3 - k = 6m$ from the Inductive Hypothesis (i):
$= 6m + 3k^2 + 3k$
Factor out 3 from the last two terms:
$= 6m + 3(k^2 + k)$
$= 6m + 3k(k+1)$
For the entire expression to be divisible by 6, we need $3k(k+1)$ to be divisible by 6. This means $k(k+1)$ must be divisible by 2 (i.e., $k(k+1)$ is an even number).
The product of two consecutive integers, $k(k+1)$, is always even, because either k is even or k+1 is even. So $k(k+1) = 2p$ for some integer p.
Substitute this back into the expression:
$= 6m + 3(2p)$
$= 6m + 6p$
Factor out 6 from the expression:
$= 6(m + p)$
Since m and p are integers, $m+p$ is also an integer.
Therefore, $(k+1)^3 - (k+1)$ is a multiple of 6, which means it is divisible by 6.
This shows that P(k+1) is true whenever P(k) is true.
Conclusion:
By the Principle of Mathematical Induction, since P(2) is true and P(k) implies P(k+1) for all integers $k \geq 2$, the statement P(n): "$n^3 - n$ is divisible by 6" is true for all natural numbers $n \geq 2$.
Answer:
The statement $n^3 - n$ is divisible by 6, for each natural number $n \geq 2$, is proven by the Principle of Mathematical Induction.
Question 10. n (n2 + 5) is divisible by 6, for each natural number n.
Answer:
Given:
The statement P(n) is "$n(n^2 + 5)$ is divisible by 6", for each natural number $n \in N$.
To Prove:
The statement P(n) is true for all $n \in N$ using the Principle of Mathematical Induction.
Proof:
We will prove the statement P(n): "$n(n^2 + 5)$ is divisible by 6" for all $n \in N$ using the Principle of Mathematical Induction.
Let $E(n) = n(n^2 + 5) = n^3 + 5n$.
Step 1: Base Case (n=1)
We need to show that P(1) is true.
For $n=1$, P(1) is the statement "$1(1^2 + 5)$ is divisible by 6".
$E(1) = 1(1^2 + 5) = 1(1 + 5) = 1(6) = 6$.
Since 6 is divisible by 6, P(1) is true.
Step 2: Inductive Hypothesis
Assume that P(k) is true for some arbitrary positive integer k.
That is, assume that $k(k^2 + 5)$ is divisible by 6 for some $k \in N$.
This means that $k^3 + 5k$ can be written as $6m$ for some integer m.
$k^3 + 5k = 6m$
[where m is an integer] ... (i)
Step 3: Inductive Step
We need to show that if P(k) is true, then P(k+1) is true.
P(k+1) is the statement "$(k+1)((k+1)^2 + 5)$ is divisible by 6".
Consider the expression for P(k+1), $E(k+1)$: $(k+1)((k+1)^2 + 5)$.
$E(k+1) = (k+1)(k^2 + 2k + 1 + 5)$
$= (k+1)(k^2 + 2k + 6)$
Expand the product:
$= k(k^2 + 2k + 6) + 1(k^2 + 2k + 6)$
$= k^3 + 2k^2 + 6k + k^2 + 2k + 6$
$= k^3 + 3k^2 + 8k + 6$
We use the Inductive Hypothesis by trying to include the term $k^3 + 5k$ in this expression:
$E(k+1) = (k^3 + 5k) + 3k^2 + 8k + 6 - 5k$
$= (k^3 + 5k) + 3k^2 + 3k + 6$
Substitute $k^3 + 5k = 6m$ from the Inductive Hypothesis (i):
$E(k+1) = 6m + 3k^2 + 3k + 6$
$= 6m + 3(k^2 + k) + 6$
$= 6m + 3k(k+1) + 6$
For the entire expression to be divisible by 6, $3k(k+1)$ must be divisible by 6. This means $k(k+1)$ must be divisible by 2.
We know that the product of any two consecutive integers, $k(k+1)$, is always even. So, $k(k+1) = 2p$ for some integer p.
Substitute $k(k+1) = 2p$ into the expression for $E(k+1)$:
$E(k+1) = 6m + 3(2p) + 6$
$= 6m + 6p + 6$
Factor out 6 from the expression:
$E(k+1) = 6(m + p + 1)$
Since m and p are integers, $m+p+1$ is also an integer.
Therefore, $(k+1)((k+1)^2 + 5)$ is a multiple of 6, which means it is divisible by 6.
This shows that P(k+1) is true whenever P(k) is true.
Conclusion:
By the Principle of Mathematical Induction, since P(1) is true and P(k) implies P(k+1) for all $k \in N$, the statement P(n): "$n(n^2 + 5)$ is divisible by 6" is true for all natural numbers n.
Answer:
The statement $n(n^2 + 5)$ is divisible by 6, for each natural number n, is proven by the Principle of Mathematical Induction.
Question 11. n2 < 2n for all natural numbers n ≥ 5.
Answer:
Given:
The statement P(n) is "$n^2 < 2^n$", for all natural numbers $n \geq 5$.
To Prove:
The statement P(n) is true for all natural numbers $n \geq 5$ using the Principle of Mathematical Induction.
Proof:
We will prove the statement P(n): "$n^2 < 2^n$" for all $n \geq 5$, $n \in N$ using the Principle of Mathematical Induction.
Step 1: Base Case (n=5)
We need to show that P(5) is true.
For $n=5$, P(5) is the statement "$5^2 < 2^5$".
LHS = $5^2 = 25$.
RHS = $2^5 = 32$.
Since $25 < 32$, P(5) is true.
Step 2: Inductive Hypothesis
Assume that P(k) is true for some arbitrary integer $k \geq 5$.
That is, assume that $k^2 < 2^k$ for some integer $k \geq 5$.
$k^2 < 2^k$
[where $k \geq 5$] ... (i)
Step 3: Inductive Step
We need to show that if P(k) is true, then P(k+1) is true.
P(k+1) is the statement "$(k+1)^2 < 2^{k+1}$".
Consider the expression for P(k+1), $(k+1)^2$.
$(k+1)^2 = k^2 + 2k + 1$
From the Inductive Hypothesis (i), we know that $k^2 < 2^k$. Substitute this into the expression:
$(k+1)^2 < 2^k + 2k + 1$
To prove $(k+1)^2 < 2^{k+1}$, we need to show that $2^k + 2k + 1 < 2^{k+1}$.
This is equivalent to showing $2^k + 2k + 1 < 2 \cdot 2^k$, which simplifies to showing $2k + 1 < 2^k$.
Let's prove the inequality $2k + 1 < 2^k$ for $k \geq 5$ separately. We can do this by checking the base case $k=5$ and observing the growth rate.
For $k=5$, $2(5) + 1 = 11$ and $2^5 = 32$. $11 < 32$ is true.
Assume $2j + 1 < 2^j$ for some integer $j \geq 5$.
Consider $2(j+1) + 1 = 2j + 2 + 1 = (2j+1) + 2$.
By the assumption, $2j+1 < 2^j$. So, $(2j+1) + 2 < 2^j + 2$.
We want to show $2^j + 2 < 2^{j+1} = 2 \cdot 2^j = 2^j + 2^j$.
This inequality $2^j + 2 < 2^j + 2^j$ simplifies to $2 < 2^j$, which is true for all $j \geq 2$. Since we are considering $j \geq 5$, this holds true.
Therefore, $2k + 1 < 2^k$ for all integers $k \geq 5$.
Now, back to the main inductive step:
We have $(k+1)^2 < 2^k + 2k + 1$.
Since $2k + 1 < 2^k$ for $k \geq 5$, we can write:
$2^k + 2k + 1 < 2^k + 2^k$
$2^k + 2k + 1 < 2 \cdot 2^k$
$2^k + 2k + 1 < 2^{k+1}$
Combining the inequalities, we get:
$(k+1)^2 < 2^k + 2k + 1 < 2^{k+1}$
Thus, $(k+1)^2 < 2^{k+1}$.
This shows that P(k+1) is true whenever P(k) is true.
Conclusion:
By the Principle of Mathematical Induction, since P(5) is true and P(k) implies P(k+1) for all integers $k \geq 5$, the statement P(n): "$n^2 < 2^n$" is true for all natural numbers $n \geq 5$.
Answer:
The statement $n^2 < 2^n$ for all natural numbers $n \geq 5$ is proven by the Principle of Mathematical Induction.
Question 12. 2n < (n + 2)! for all natural number n.
Answer:
Given:
The statement P(n) is "$2n < (n+2)!$", for all natural numbers $n \in N$.
To Prove:
The statement P(n) is true for all $n \in N$ using the Principle of Mathematical Induction.
Proof:
We will prove the statement P(n): "$2n < (n+2)!$" for all $n \in N$ using the Principle of Mathematical Induction.
Step 1: Base Case (n=1)
We need to show that P(1) is true.
For $n=1$, P(1) is the statement "$2(1) < (1+2)!$".
LHS = $2(1) = 2$.
RHS = $(1+2)! = 3! = 3 \times 2 \times 1 = 6$.
Since $2 < 6$, P(1) is true.
Step 2: Inductive Hypothesis
Assume that P(k) is true for some arbitrary positive integer k.
That is, assume that $2k < (k+2)!$ for some $k \in N$.
$2k < (k+2)!$
[where $k \geq 1$] ... (i)
Step 3: Inductive Step
We need to show that if P(k) is true, then P(k+1) is true.
P(k+1) is the statement "$2(k+1) < ((k+1)+2)!$", which simplifies to "$2k + 2 < (k+3)!$".
Consider the LHS of P(k+1): $2k + 2$.
$2k + 2 = (2k) + 2$.
From the Inductive Hypothesis (i), we know that $2k < (k+2)!$.
Adding 2 to both sides of the inequality, we get:
$2k + 2 < (k+2)! + 2$
Now consider the RHS of P(k+1): $(k+3)!$.
$(k+3)! = (k+3) \cdot (k+2)!$
Since $k \in N$, the smallest value for k is 1. So, $k+3 \geq 1+3 = 4$.
Since $k \geq 1$, we have $k+3 \geq 4$, which means $k+3 > 1$. In fact, $k+3 \geq 2$.
Let's compare $(k+2)! + 2$ with $(k+3)!$.
$(k+3)! = (k+3)(k+2)! = (k+2)! + (k+2) \cdot (k+2)!$.
Since $k \geq 1$, $k+2 \geq 3$. Also $(k+2)! \geq 3! = 6$ (since $k \geq 1$).
Thus, $(k+2) \cdot (k+2)! \geq 3 \cdot 6 = 18$.
$(k+3)! = (k+2)! + (k+2)(k+2)! \geq (k+2)! + 18$.
We want to show $(k+2)! + 2 < (k+3)!$.
Since $(k+3)! \geq (k+2)! + 18$, and $18 > 2$, it is clear that $(k+3)! > (k+2)! + 2$ for all $k \geq 1$.
So, we have $2k + 2 < (k+2)! + 2$ and $(k+2)! + 2 < (k+3)!$.
By the transitive property of inequality, we conclude:
$2k + 2 < (k+3)!$
This is P(k+1). Thus, we have shown that if P(k) is true, then P(k+1) is true.
Conclusion:
By the Principle of Mathematical Induction, since P(1) is true and P(k) implies P(k+1) for all $k \in N$, the statement P(n): "$2n < (n+2)!$" is true for all natural numbers n.
Answer:
The statement $2n < (n+2)!$ for all natural number n is proven by the Principle of Mathematical Induction.
Question 13. $\sqrt{n}$ < $\frac{1}{\sqrt{1}}$ + $\frac{1}{\sqrt{2}}$ + … + $\frac{1}{\sqrt{n}}$ , for all natural numbers n ≥ 2.
Answer:
Given:
The statement P(n) is "$\sqrt{n} < \frac{1}{\sqrt{1}} + \frac{1}{\sqrt{2}} + \dots + \frac{1}{\sqrt{n}}$", for all natural numbers $n \geq 2$.
Let $S_n = \frac{1}{\sqrt{1}} + \frac{1}{\sqrt{2}} + \dots + \frac{1}{\sqrt{n}}$. The statement is $\sqrt{n} < S_n$.
To Prove:
The statement P(n) is true for all natural numbers $n \geq 2$ using the Principle of Mathematical Induction.
Proof:
We will prove the statement P(n): "$\sqrt{n} < S_n$" for all $n \geq 2$, $n \in N$ using the Principle of Mathematical Induction.
Step 1: Base Case (n=2)
We need to show that P(2) is true.
For $n=2$, P(2) is the statement "$\sqrt{2} < \frac{1}{\sqrt{1}} + \frac{1}{\sqrt{2}}$".
LHS = $\sqrt{2}$.
RHS = $\frac{1}{\sqrt{1}} + \frac{1}{\sqrt{2}} = 1 + \frac{1}{\sqrt{2}}$.
We need to check if $\sqrt{2} < 1 + \frac{1}{\sqrt{2}}$.
Multiply both sides by $\sqrt{2}$ (which is positive):
$\sqrt{2} \cdot \sqrt{2} < (1 + \frac{1}{\sqrt{2}}) \cdot \sqrt{2}$
$2 < \sqrt{2} + 1$
$1 < \sqrt{2}$
Squaring both sides (both are positive):
$1^2 < (\sqrt{2})^2$
$1 < 2$
Since $1 < 2$ is true, the inequality $\sqrt{2} < 1 + \frac{1}{\sqrt{2}}$ is true.
Thus, P(2) is true.
Step 2: Inductive Hypothesis
Assume that P(k) is true for some arbitrary integer $k \geq 2$.
That is, assume that $\sqrt{k} < S_k = \frac{1}{\sqrt{1}} + \frac{1}{\sqrt{2}} + \dots + \frac{1}{\sqrt{k}}$ for some integer $k \geq 2$.
$\sqrt{k} < S_k$
[where $k \geq 2$] ... (i)
Step 3: Inductive Step
We need to show that if P(k) is true, then P(k+1) is true.
P(k+1) is the statement "$\sqrt{k+1} < S_{k+1}$".
The sum $S_{k+1}$ is given by $S_{k+1} = S_k + \frac{1}{\sqrt{k+1}}$.
From the Inductive Hypothesis (i), we know $S_k > \sqrt{k}$.
Substitute this into the expression for $S_{k+1}$:
$S_{k+1} = S_k + \frac{1}{\sqrt{k+1}} > \sqrt{k} + \frac{1}{\sqrt{k+1}}$
$S_{k+1} > \sqrt{k} + \frac{1}{\sqrt{k+1}}$
... (ii)
To prove $S_{k+1} > \sqrt{k+1}$, it is sufficient to show that the lower bound we found for $S_{k+1}$ is greater than or equal to $\sqrt{k+1}$. Specifically, we need to show $\sqrt{k} + \frac{1}{\sqrt{k+1}} \geq \sqrt{k+1}$ to carry over the strict inequality. Let's check if $\sqrt{k} + \frac{1}{\sqrt{k+1}} > \sqrt{k+1}$ holds for $k \geq 2$.
Consider the inequality $\sqrt{k} + \frac{1}{\sqrt{k+1}} > \sqrt{k+1}$.
Combine the terms on the left side:
$\frac{\sqrt{k}\sqrt{k+1} + 1}{\sqrt{k+1}} > \sqrt{k+1}$
Multiply both sides by $\sqrt{k+1}$ (which is positive since $k \geq 2$):
$\sqrt{k(k+1)} + 1 > (\sqrt{k+1})^2$
$\sqrt{k^2 + k} + 1 > k+1$
Subtract 1 from both sides:
$\sqrt{k^2 + k} > k$
Since both sides are positive for $k \geq 2$, we can square both sides without changing the inequality direction:
$(\sqrt{k^2 + k})^2 > k^2$
$k^2 + k > k^2$
Subtract $k^2$ from both sides:
$k > 0$
This inequality $k > 0$ is true for all natural numbers $k$, including $k \geq 2$.
Thus, the inequality $\sqrt{k} + \frac{1}{\sqrt{k+1}} > \sqrt{k+1}$ is true for all $k \geq 2$.
$\sqrt{k} + \frac{1}{\sqrt{k+1}} > \sqrt{k+1}$
... (iii)
Combining inequality (ii) and inequality (iii), we have:
$S_{k+1} > \sqrt{k} + \frac{1}{\sqrt{k+1}} > \sqrt{k+1}$
By the transitive property of inequality, we conclude:
$S_{k+1} > \sqrt{k+1}$
This shows that P(k+1) is true whenever P(k) is true.
Conclusion:
By the Principle of Mathematical Induction, since the base case P(2) is true and the inductive step P(k) implies P(k+1) for all integers $k \geq 2$, the statement P(n): "$\sqrt{n} < \frac{1}{\sqrt{1}} + \frac{1}{\sqrt{2}} + \dots + \frac{1}{\sqrt{n}}$" is true for all natural numbers $n \geq 2$.
Answer:
The statement $\sqrt{n} < \frac{1}{\sqrt{1}} + \frac{1}{\sqrt{2}} + \dots + \frac{1}{\sqrt{n}}$, for all natural numbers $n \geq 2$, is proven by the Principle of Mathematical Induction.
Question 14. 2 + 4 + 6 + ... + 2n = n2 + n for all natural numbers n.
Answer:
Given:
The statement P(n) is "$2 + 4 + 6 + \dots + 2n = n^2 + n$", for all natural numbers $n \in N$.
The sum on the left side is the sum of the first n even natural numbers.
To Prove:
The statement P(n) is true for all $n \in N$ using the Principle of Mathematical Induction.
Proof:
We will prove the statement P(n): "$2 + 4 + 6 + \dots + 2n = n^2 + n$" for all $n \in N$ using the Principle of Mathematical Induction.
Step 1: Base Case (n=1)
We need to show that P(1) is true.
For $n=1$, P(1) is the statement that the sum of the first 1 even number is $1^2 + 1$.
LHS = $2 \times 1 = 2$.
RHS = $1^2 + 1 = 1 + 1 = 2$.
Since LHS = RHS, P(1) is true.
Step 2: Inductive Hypothesis
Assume that P(k) is true for some arbitrary positive integer k.
That is, assume that the sum of the first k even numbers is $k^2 + k$ for some $k \in N$.
$2 + 4 + 6 + \dots + 2k = k^2 + k$
[where $k \geq 1$] ... (i)
Step 3: Inductive Step
We need to show that if P(k) is true, then P(k+1) is true.
P(k+1) is the statement that the sum of the first k+1 even numbers is $(k+1)^2 + (k+1)$.
The sum of the first k+1 even numbers is $2 + 4 + 6 + \dots + 2k + 2(k+1)$.
Consider the LHS of P(k+1): $2 + 4 + 6 + \dots + 2k + 2(k+1)$.
Using the Inductive Hypothesis (i), we replace the sum of the first k terms:
LHS = $(2 + 4 + \dots + 2k) + 2(k+1)$
LHS = $(k^2 + k) + 2(k+1)$
Expand and simplify the expression:
LHS = $k^2 + k + 2k + 2$
LHS = $k^2 + 3k + 2$
Now consider the RHS of P(k+1): $(k+1)^2 + (k+1)$.
RHS = $(k^2 + 2k + 1) + (k+1)$
RHS = $k^2 + 2k + 1 + k + 1$
RHS = $k^2 + 3k + 2$
Since LHS = RHS ($k^2 + 3k + 2$), P(k+1) is true.
This shows that if P(k) is true, then P(k+1) is true.
Conclusion:
By the Principle of Mathematical Induction, since the base case P(1) is true and the inductive step P(k) implies P(k+1) for all $k \in N$, the statement P(n): "$2 + 4 + 6 + \dots + 2n = n^2 + n$" is true for all natural numbers n.
Answer:
The statement $2 + 4 + 6 + \dots + 2n = n^2 + n$ for all natural numbers n is proven by the Principle of Mathematical Induction.
Question 15. 1 + 2 + 22 + ... + 2n = 2n + 1 – 1 for all natural numbers n.
Answer:
Given:
The statement P(n) is "$1 + 2 + 2^2 + \dots + 2^n = 2^{n + 1} – 1$", for all natural numbers $n \in N$.
Note: The second term on the left side is given as '2', which should be $2^1$. The sequence is a geometric series with the first term $a = 1 = 2^0$ and common ratio $r=2$. The terms are $2^0, 2^1, 2^2, \dots, 2^n$. There are $n+1$ terms in this sum.
To Prove:
The statement P(n) is true for all $n \in N$ using the Principle of Mathematical Induction.
Proof:
We will prove the statement P(n): "$1 + 2 + 2^2 + \dots + 2^n = 2^{n + 1} – 1$" for all $n \in N$ using the Principle of Mathematical Induction.
Step 1: Base Case (n=1)
We need to show that P(1) is true.
For $n=1$, P(1) is the statement that the sum up to $2^1$ is $2^{1+1} - 1$. The terms on the LHS up to $2^1$ are $1 + 2^1$.
LHS = $1 + 2 = 3$.
RHS = $2^{1+1} - 1 = 2^2 - 1 = 4 - 1 = 3$.
Since LHS = RHS, P(1) is true.
Step 2: Inductive Hypothesis
Assume that P(k) is true for some arbitrary positive integer k.
That is, assume that $1 + 2 + 2^2 + \dots + 2^k = 2^{k + 1} – 1$ for some $k \in N$.
$1 + 2 + 2^2 + \dots + 2^k = 2^{k + 1} – 1$
[where $k \geq 1$] ... (i)
Step 3: Inductive Step
We need to show that if P(k) is true, then P(k+1) is true.
P(k+1) is the statement "$1 + 2 + 2^2 + \dots + 2^k + 2^{k+1} = 2^{(k+1) + 1} – 1$", which simplifies to "$1 + 2 + 2^2 + \dots + 2^k + 2^{k+1} = 2^{k+2} – 1$".
Consider the LHS of P(k+1): $1 + 2 + 2^2 + \dots + 2^k + 2^{k+1}$.
Using the Inductive Hypothesis (i), we replace the sum up to $2^k$:
LHS = $(1 + 2 + 2^2 + \dots + 2^k) + 2^{k+1}$
LHS = $(2^{k + 1} – 1) + 2^{k+1}$
Group the terms involving $2^{k+1}$:
LHS = $2^{k+1} + 2^{k+1} - 1$
LHS = $2 \cdot 2^{k+1} - 1$
LHS = $2^{1} \cdot 2^{k+1} - 1$
Using the rule of exponents $a^m \cdot a^n = a^{m+n}$:
LHS = $2^{1 + (k+1)} - 1$
LHS = $2^{k+2} - 1$
This is exactly the RHS of P(k+1).
Thus, we have shown that if P(k) is true, then P(k+1) is true.
Conclusion:
By the Principle of Mathematical Induction, since the base case P(1) is true and the inductive step P(k) implies P(k+1) for all $k \in N$, the statement P(n): "$1 + 2 + 2^2 + \dots + 2^n = 2^{n + 1} – 1$" is true for all natural numbers n.
Answer:
The statement $1 + 2 + 2^2 + \dots + 2^n = 2^{n + 1} – 1$ for all natural numbers n is proven by the Principle of Mathematical Induction.
Question 16. 1 + 5 + 9 + ... + (4n – 3) = n (2n – 1) for all natural numbers n.
Answer:
Given:
The statement P(n) is "$1 + 5 + 9 + \dots + (4n – 3) = n (2n – 1)$", for all natural numbers $n \in N$.
The series on the left side is an arithmetic progression with the first term $a = 1$ and common difference $d = 5 - 1 = 4$. The n-th term is given by $a_n = a + (n-1)d = 1 + (n-1)4 = 1 + 4n - 4 = 4n - 3$, which matches the last term in the sum.
To Prove:
The statement P(n) is true for all $n \in N$ using the Principle of Mathematical Induction.
Proof:
We will prove the statement P(n): "$1 + 5 + 9 + \dots + (4n – 3) = n (2n – 1)$" for all $n \in N$ using the Principle of Mathematical Induction.
Step 1: Base Case (n=1)
We need to show that P(1) is true.
For $n=1$, P(1) is the statement that the sum of the first 1 term is $1 (2(1) – 1)$. The first term on the LHS is 1.
LHS = $1$.
RHS = $1 (2(1) – 1) = 1 (2 – 1) = 1 (1) = 1$.
Since LHS = RHS, P(1) is true.
Step 2: Inductive Hypothesis
Assume that P(k) is true for some arbitrary positive integer k.
That is, assume that $1 + 5 + 9 + \dots + (4k – 3) = k (2k – 1)$ for some $k \in N$.
$1 + 5 + 9 + \dots + (4k – 3) = k (2k – 1)$
[where $k \geq 1$] ... (i)
Step 3: Inductive Step
We need to show that if P(k) is true, then P(k+1) is true.
P(k+1) is the statement "$1 + 5 + 9 + \dots + (4k – 3) + (4(k+1) – 3) = (k+1) (2(k+1) – 1)$".
The last term on the LHS is $4(k+1) - 3 = 4k + 4 - 3 = 4k + 1$.
The RHS of P(k+1) is $(k+1)(2k + 2 - 1) = (k+1)(2k + 1)$.
Consider the LHS of P(k+1): $1 + 5 + 9 + \dots + (4k – 3) + (4k + 1)$.
Using the Inductive Hypothesis (i), we replace the sum up to $(4k-3)$:
LHS = $(1 + 5 + 9 + \dots + (4k – 3)) + (4k + 1)$
LHS = $k (2k – 1) + (4k + 1)$
Expand and simplify the expression:
LHS = $2k^2 - k + 4k + 1$
LHS = $2k^2 + 3k + 1$
Now consider the RHS of P(k+1): $(k+1)(2k + 1)$.
RHS = $(k+1)(2k + 1) = k(2k+1) + 1(2k+1)$
RHS = $2k^2 + k + 2k + 1$
RHS = $2k^2 + 3k + 1$
Since LHS = RHS ($2k^2 + 3k + 1$), P(k+1) is true.
This shows that if P(k) is true, then P(k+1) is true.
Conclusion:
By the Principle of Mathematical Induction, since the base case P(1) is true and the inductive step P(k) implies P(k+1) for all $k \in N$, the statement P(n): "$1 + 5 + 9 + \dots + (4n – 3) = n (2n – 1)$" is true for all natural numbers n.
Answer:
The statement $1 + 5 + 9 + \dots + (4n – 3) = n (2n – 1)$ for all natural numbers n is proven by the Principle of Mathematical Induction.
Question 17 to 25 (Long Answer Type Questions)
Use the Principle of Mathematical Induction in the following Exercises.
Question 17. A sequence a1 , a2 , a3 ... is defined by letting a1 = 3 and ak = 7ak–1 for all natural numbers k ≥ 2. Show that an = 3.7n – 1 for all natural numbers.
Answer:
Given:
A sequence defined by $a_1 = 3$ and $a_k = 7a_{k–1}$ for all natural numbers $k \geq 2$.
The statement P(n) is "$a_n = 3 \cdot 7^{n – 1}$", for all natural numbers $n \in N$.
To Prove:
The statement P(n) is true for all $n \in N$ using the Principle of Mathematical Induction.
Proof:
We will prove the statement P(n): "$a_n = 3 \cdot 7^{n – 1}$" for all $n \in N$ using the Principle of Mathematical Induction.
Step 1: Base Case (n=1)
We need to show that P(1) is true.
For $n=1$, P(1) is the statement "$a_1 = 3 \cdot 7^{1 – 1}$".
From the definition of the sequence, $a_1 = 3$.
The formula gives $3 \cdot 7^{1-1} = 3 \cdot 7^0 = 3 \cdot 1 = 3$.
Since $a_1 = 3$, P(1) is true.
Step 2: Inductive Hypothesis
Assume that P(k) is true for some arbitrary positive integer k.
That is, assume that $a_k = 3 \cdot 7^{k – 1}$ for some $k \in N$.
$a_k = 3 \cdot 7^{k – 1}$
[where $k \geq 1$] ... (i)
Step 3: Inductive Step
We need to show that if P(k) is true, then P(k+1) is true.
P(k+1) is the statement "$a_{k+1} = 3 \cdot 7^{(k+1) – 1}$", which simplifies to "$a_{k+1} = 3 \cdot 7^{k}$".
From the recursive definition of the sequence, for $k \geq 1$, the term $a_{k+1}$ is given by $a_{k+1} = 7a_k$ (since $k+1 \geq 2$).
Using the Inductive Hypothesis (i), substitute the expression for $a_k$ into the recurrence relation:
$a_{k+1} = 7 \cdot (3 \cdot 7^{k – 1})$
Rearrange the terms:
$a_{k+1} = 3 \cdot 7 \cdot 7^{k – 1}$
Using the rule of exponents $a^m \cdot a^n = a^{m+n}$:
$a_{k+1} = 3 \cdot 7^{1 + (k – 1)}$
$a_{k+1} = 3 \cdot 7^{k}$
This is exactly the RHS of P(k+1).
Thus, we have shown that if P(k) is true, then P(k+1) is true.
Conclusion:
By the Principle of Mathematical Induction, since the base case P(1) is true and the inductive step P(k) implies P(k+1) for all $k \in N$, the statement P(n): "$a_n = 3 \cdot 7^{n – 1}$" is true for all natural numbers n.
Answer:
The statement $a_n = 3 \cdot 7^{n – 1}$ for all natural numbers n is shown by the Principle of Mathematical Induction.
Question 18. A sequence b0 , b1 , b2 ... is defined by letting b0 = 5 and bk = 4 + bk – 1 for all natural numbers k. Show that bn = 5 + 4n for all natural number n using mathematical induction.
Answer:
Given:
A sequence defined by $b_0 = 5$ and $b_k = 4 + b_{k–1}$ for all natural numbers $k \in N$.
The statement P(n) is "$b_n = 5 + 4n$", for all natural numbers $n \in N$.
Note: The problem statement defines the recurrence for $k \geq 1$ since k is a natural number. The formula to prove is for $n \in N$, meaning $n \geq 1$. The base case of the sequence is given at index 0.
To Prove:
The statement P(n): "$b_n = 5 + 4n$" is true for all $n \in N$ using the Principle of Mathematical Induction.
Proof:
We will prove the statement P(n): "$b_n = 5 + 4n$" for all natural numbers $n \geq 1$ using the Principle of Mathematical Induction.
Step 1: Base Case (n=1)
We need to show that P(1) is true.
For $n=1$, P(1) is the statement "$b_1 = 5 + 4(1)$".
From the recursive definition, for $k=1$, we have $b_1 = 4 + b_{1-1} = 4 + b_0$.
Given $b_0 = 5$.
So, $b_1 = 4 + 5 = 9$.
The formula gives $5 + 4(1) = 5 + 4 = 9$.
Since $b_1 = 9$, P(1) is true.
Step 2: Inductive Hypothesis
Assume that P(k) is true for some arbitrary positive integer k.
That is, assume that $b_k = 5 + 4k$ for some $k \in N$.
$b_k = 5 + 4k$
[where $k \geq 1$] ... (i)
Step 3: Inductive Step
We need to show that if P(k) is true, then P(k+1) is true.
P(k+1) is the statement "$b_{k+1} = 5 + 4(k+1)$".
The recurrence relation $b_k = 4 + b_{k-1}$ holds for all natural numbers k (i.e., $k \geq 1$). This means for $k+1$, the relation $b_{k+1} = 4 + b_{(k+1)-1} = 4 + b_k$ holds (assuming $k+1$ is a natural number, which it is since $k \geq 1$).
So, consider $b_{k+1}$: $b_{k+1} = 4 + b_k$.
Using the Inductive Hypothesis (i), substitute the expression for $b_k$:
$b_{k+1} = 4 + (5 + 4k)$
Rearrange and combine the terms:
$b_{k+1} = (4 + 5) + 4k$
$b_{k+1} = 9 + 4k$
We want to show that $b_{k+1} = 5 + 4(k+1)$. Let's expand the target expression:
$5 + 4(k+1) = 5 + 4k + 4 = 9 + 4k$.
Since $b_{k+1} = 9 + 4k$ and the target expression is also $9 + 4k$, we have shown that $b_{k+1} = 5 + 4(k+1)$.
This shows that P(k+1) is true whenever P(k) is true.
Conclusion:
By the Principle of Mathematical Induction, since the base case P(1) is true and the inductive step P(k) implies P(k+1) for all $k \in N$, the statement P(n): "$b_n = 5 + 4n$" is true for all natural numbers n.
Answer:
The statement $b_n = 5 + 4n$ for all natural number n is shown using mathematical induction.
Question 19. A sequence d1 , d2 , d3 ... is defined by letting d1 = 2 and dk = $\frac{d_{k-1}}{k}$ for all natural numbers, k ≥ 2. Show that dn = $\frac{2}{n!}$ for all n ∈ N
Answer:
Given:
A sequence defined by $d_1 = 2$ and $d_k = \frac{d_{k-1}}{k}$ for all natural numbers $k \geq 2$.
The statement P(n) is "$d_n = \frac{2}{n!}$", for all natural numbers $n \in N$.
To Prove:
The statement P(n) is true for all $n \in N$ using the Principle of Mathematical Induction.
Proof:
We will prove the statement P(n): "$d_n = \frac{2}{n!}$" for all $n \in N$ using the Principle of Mathematical Induction.
Step 1: Base Case (n=1)
We need to show that P(1) is true.
For $n=1$, P(1) is the statement "$d_1 = \frac{2}{1!}$".
From the definition of the sequence, $d_1 = 2$.
The formula gives $\frac{2}{1!} = \frac{2}{1} = 2$.
Since $d_1 = 2$, P(1) is true.
Step 2: Inductive Hypothesis
Assume that P(k) is true for some arbitrary positive integer k.
That is, assume that $d_k = \frac{2}{k!}$ for some $k \in N$.
$d_k = \frac{2}{k!}$
[where $k \geq 1$] ... (i)
Step 3: Inductive Step
We need to show that if P(k) is true, then P(k+1) is true.
P(k+1) is the statement "$d_{k+1} = \frac{2}{(k+1)!}$".
From the recursive definition of the sequence, for $k \geq 1$, the term $d_{k+1}$ is given by $d_{k+1} = \frac{d_{(k+1)-1}}{k+1} = \frac{d_k}{k+1}$ (since $k+1 \geq 2$).
So, consider $d_{k+1}$: $d_{k+1} = \frac{d_k}{k+1}$.
Using the Inductive Hypothesis (i), substitute the expression for $d_k$:
$d_{k+1} = \frac{\frac{2}{k!}}{k+1}$
Simplify the complex fraction:
$d_{k+1} = \frac{2}{k!} \cdot \frac{1}{k+1}$
$d_{k+1} = \frac{2}{k! (k+1)}$
We know that $k! (k+1) = (k+1)!$.
So, $d_{k+1} = \frac{2}{(k+1)!}$
This is exactly the RHS of P(k+1).
Thus, we have shown that if P(k) is true, then P(k+1) is true.
Conclusion:
By the Principle of Mathematical Induction, since the base case P(1) is true and the inductive step P(k) implies P(k+1) for all $k \in N$, the statement P(n): "$d_n = \frac{2}{n!}$" is true for all natural numbers n.
Answer:
The statement $d_n = \frac{2}{n!}$ for all $n \in N$ is shown by the Principle of Mathematical Induction.
Question 20. Prove that for all n ∈ N
cos $α$ + cos $(α + β)$ + cos $(α + 2β)$ + ... + cos $(α + (n – 1) β)$ = $\frac{\cos\left( \alpha + \left( \frac{n \;-\; 1}{2} \right)\beta \right)\sin \left( \frac{n\beta}{2} \right)}{\sin\left( \frac{\beta}{2} \right)}$
Answer:
Given:
The statement P(n) is "$\sum_{j=0}^{n-1} \cos(\alpha + j\beta) = \frac{\cos\left( \alpha + \left( \frac{n \;-\; 1}{2} \right)\beta \right)\sin \left( \frac{n\beta}{2} \right)}{\sin\left( \frac{\beta}{2} \right)}$", for all natural numbers $n \in N$.
Note: This formula is valid provided $\sin\left(\frac{\beta}{2}\right) \neq 0$, which means $\frac{\beta}{2} \neq m\pi$ for any integer m, or $\beta \neq 2m\pi$. If $\beta = 2m\pi$, the terms in the sum are $\cos(\alpha + j 2m\pi) = \cos(\alpha)$, and the sum is $n \cos(\alpha)$. The denominator is zero. We will proceed with the proof assuming $\sin\left(\frac{\beta}{2}\right) \neq 0$.
To Prove:
The statement P(n) is true for all $n \in N$ using the Principle of Mathematical Induction.
Proof:
We will prove the statement P(n): $\sum_{j=0}^{n-1} \cos(\alpha + j\beta) = \frac{\cos\left( \alpha + \left( \frac{n \;-\; 1}{2} \right)\beta \right)\sin \left( \frac{n\beta}{2} \right)}{\sin\left( \frac{\beta}{2} \right)}$ for all $n \in N$ using the Principle of Mathematical Induction.
Step 1: Base Case (n=1)
We need to show that P(1) is true.
For $n=1$, P(1) is the statement that the sum of the first 1 term (i.e., up to $j=1-1=0$) is equal to the RHS with $n=1$.
LHS = $\cos(\alpha + (1-1)\beta) = \cos(\alpha + 0\beta) = \cos(\alpha)$.
RHS = $\frac{\cos\left( \alpha + \left( \frac{1 \;-\; 1}{2} \right)\beta \right)\sin \left( \frac{1\beta}{2} \right)}{\sin\left( \frac{\beta}{2} \right)} = \frac{\cos\left( \alpha + 0 \right)\sin \left( \frac{\beta}{2} \right)}{\sin\left( \frac{\beta}{2} \right)} = \frac{\cos(\alpha)\sin\left(\frac{\beta}{2}\right)}{\sin\left(\frac{\beta}{2}\right)}$.
Since we assume $\sin\left(\frac{\beta}{2}\right) \neq 0$, we can cancel the term:
RHS = $\cos(\alpha)$.
Since LHS = RHS, P(1) is true.
Step 2: Inductive Hypothesis
Assume that P(k) is true for some arbitrary positive integer k.
That is, assume that $\sum_{j=0}^{k-1} \cos(\alpha + j\beta) = \frac{\cos\left( \alpha + \left( \frac{k \;-\; 1}{2} \right)\beta \right)\sin \left( \frac{k\beta}{2} \right)}{\sin\left( \frac{\beta}{2} \right)}$ for some $k \in N$.
$\sum_{j=0}^{k-1} \cos(\alpha + j\beta) = \frac{\cos\left( \alpha + \left( \frac{k \;-\; 1}{2} \right)\beta \right)\sin \left( \frac{k\beta}{2} \right)}{\sin\left( \frac{\beta}{2} \right)}$
[where $k \geq 1$] ... (i)
Step 3: Inductive Step
We need to show that if P(k) is true, then P(k+1) is true.
P(k+1) is the statement $\sum_{j=0}^{k} \cos(\alpha + j\beta) = \frac{\cos\left( \alpha + \left( \frac{(k+1) \;-\; 1}{2} \right)\beta \right)\sin \left( \frac{(k+1)\beta}{2} \right)}{\sin\left( \frac{\beta}{2} \right)}$, which simplifies to $\sum_{j=0}^{k} \cos(\alpha + j\beta) = \frac{\cos\left( \alpha + \frac{k\beta}{2} \right)\sin \left( \frac{(k+1)\beta}{2} \right)}{\sin\left( \frac{\beta}{2} \right)}$.
Consider the LHS of P(k+1): $\sum_{j=0}^{k} \cos(\alpha + j\beta) = \sum_{j=0}^{k-1} \cos(\alpha + j\beta) + \cos(\alpha + k\beta)$.
Using the Inductive Hypothesis (i), substitute the sum of the first k terms:
LHS = $\frac{\cos\left( \alpha + \left( \frac{k \;-\; 1}{2} \right)\beta \right)\sin \left( \frac{k\beta}{2} \right)}{\sin\left( \frac{\beta}{2} \right)} + \cos(\alpha + k\beta)$
Combine the terms by finding a common denominator:
LHS = $\frac{\cos\left( \alpha + \left( \frac{k \;-\; 1}{2} \right)\beta \right)\sin \left( \frac{k\beta}{2} \right) + \cos(\alpha + k\beta) \sin\left( \frac{\beta}{2} \right)}{\sin\left( \frac{\beta}{2} \right)}$
Now, we use the product-to-sum trigonometric identity: $2 \sin A \cos B = \sin(A+B) + \sin(A-B)$.
Let $A = \frac{k\beta}{2}$ and $B = \alpha + \left( \frac{k \;-\; 1}{2} \right)\beta$. Then $\sin \left( \frac{k\beta}{2} \right) \cos\left( \alpha + \left( \frac{k \;-\; 1}{2} \right)\beta \right) = \frac{1}{2} [\sin(\frac{k\beta}{2} + \alpha + \frac{k\beta}{2} - \frac{\beta}{2}) + \sin(\frac{k\beta}{2} - (\alpha + \frac{k\beta}{2} - \frac{\beta}{2}))]$
$= \frac{1}{2} [\sin(\alpha + k\beta - \frac{\beta}{2}) + \sin(\frac{\beta}{2} - \alpha - \frac{k\beta}{2})]$
$= \frac{1}{2} [\sin(\alpha + k\beta - \frac{\beta}{2}) - \sin(\alpha + \frac{k\beta}{2} - \frac{\beta}{2})]$
This approach looks complicated. Let's try a different expansion for the numerator.
Numerator = $\cos\left( \alpha + \frac{k\beta}{2} - \frac{\beta}{2} \right)\sin \left( \frac{k\beta}{2} \right) + \cos(\alpha + k\beta) \sin\left( \frac{\beta}{2} \right)$.
Using the identity $\cos(A-B) = \cos A \cos B + \sin A \sin B$, with $A = \alpha + \frac{k\beta}{2}$ and $B = \frac{\beta}{2}$ for the first term in the numerator:
Numerator = $(\cos(\alpha + \frac{k\beta}{2})\cos(\frac{\beta}{2}) + \sin(\alpha + \frac{k\beta}{2})\sin(\frac{\beta}{2}))\sin(\frac{k\beta}{2}) + \cos(\alpha + k\beta)\sin(\frac{\beta}{2})$
$= \cos(\alpha + \frac{k\beta}{2})\cos(\frac{\beta}{2})\sin(\frac{k\beta}{2}) + \sin(\alpha + \frac{k\beta}{2})\sin(\frac{\beta}{2})\sin(\frac{k\beta}{2}) + \cos(\alpha + k\beta)\sin(\frac{\beta}{2})$
This still seems complicated.
Let's use the identity $2 \cos A \sin B = \sin(A+B) - \sin(A-B)$.
The numerator is $\cos\left( \alpha + \frac{k\beta - \beta}{2} \right)\sin \left( \frac{k\beta}{2} \right) + \cos(\alpha + k\beta) \sin\left( \frac{\beta}{2} \right)$.
Multiply the numerator and denominator by 2:
LHS = $\frac{2\cos\left( \alpha + \frac{k\beta - \beta}{2} \right)\sin \left( \frac{k\beta}{2} \right) + 2\cos(\alpha + k\beta) \sin\left( \frac{\beta}{2} \right)}{2\sin\left( \frac{\beta}{2} \right)}$
Use the identity $2 \sin A \cos B = \sin(A+B) + \sin(A-B)$ for the first term in the numerator, with $A = \frac{k\beta}{2}$ and $B = \alpha + \frac{k\beta - \beta}{2}$.
$2\sin \left( \frac{k\beta}{2} \right)\cos\left( \alpha + \frac{k\beta - \beta}{2} \right) = \sin(\frac{k\beta}{2} + \alpha + \frac{k\beta - \beta}{2}) - \sin(\alpha + \frac{k\beta - \beta}{2} - \frac{k\beta}{2})$
$= \sin(\alpha + k\beta - \frac{\beta}{2}) - \sin(\alpha - \frac{\beta}{2})$
Use the identity $2 \cos A \sin B = \sin(A+B) - \sin(A-B)$ for the second term in the numerator, with $A = \alpha + k\beta$ and $B = \frac{\beta}{2}$.
$2\cos(\alpha + k\beta) \sin\left( \frac{\beta}{2} \right) = \sin(\alpha + k\beta + \frac{\beta}{2}) - \sin(\alpha + k\beta - \frac{\beta}{2})$
Add the results of the two terms in the numerator:
Numerator = $(\sin(\alpha + k\beta - \frac{\beta}{2}) - \sin(\alpha - \frac{\beta}{2})) + (\sin(\alpha + k\beta + \frac{\beta}{2}) - \sin(\alpha + k\beta - \frac{\beta}{2}))$
Numerator = $\sin(\alpha + k\beta + \frac{\beta}{2}) - \sin(\alpha - \frac{\beta}{2})$
LHS = $\frac{\sin(\alpha + k\beta + \frac{\beta}{2}) - \sin(\alpha - \frac{\beta}{2})}{2\sin\left( \frac{\beta}{2} \right)}$
Use the sum-to-product identity $\sin C - \sin D = 2 \cos\left(\frac{C+D}{2}\right) \sin\left(\frac{C-D}{2}\right)$.
Let $C = \alpha + k\beta + \frac{\beta}{2}$ and $D = \alpha - \frac{\beta}{2}$.
$\frac{C+D}{2} = \frac{(\alpha + k\beta + \frac{\beta}{2}) + (\alpha - \frac{\beta}{2})}{2} = \frac{2\alpha + k\beta}{2} = \alpha + \frac{k\beta}{2}$
$\frac{C-D}{2} = \frac{(\alpha + k\beta + \frac{\beta}{2}) - (\alpha - \frac{\beta}{2})}{2} = \frac{k\beta + \beta}{2} = \frac{(k+1)\beta}{2}$
So, Numerator = $2 \cos\left( \alpha + \frac{k\beta}{2} \right) \sin\left( \frac{(k+1)\beta}{2} \right)$.
LHS = $\frac{2 \cos\left( \alpha + \frac{k\beta}{2} \right) \sin\left( \frac{(k+1)\beta}{2} \right)}{2\sin\left( \frac{\beta}{2} \right)}$
LHS = $\frac{\cos\left( \alpha + \frac{k\beta}{2} \right) \sin\left( \frac{(k+1)\beta}{2} \right)}{\sin\left( \frac{\beta}{2} \right)}$
This is exactly the RHS of P(k+1).
Thus, we have shown that if P(k) is true, then P(k+1) is true.
Conclusion:
By the Principle of Mathematical Induction, since the base case P(1) is true and the inductive step P(k) implies P(k+1) for all $k \in N$, the statement P(n) is true for all natural numbers n (provided $\sin\left(\frac{\beta}{2}\right) \neq 0$).
Answer:
The statement $\cos \alpha + \cos (\alpha + \beta) + \dots + \cos (\alpha + (n – 1) \beta) = \frac{\cos\left( \alpha + \left( \frac{n \;-\; 1}{2} \right)\beta \right)\sin \left( \frac{n\beta}{2} \right)}{\sin\left( \frac{\beta}{2} \right)}$ for all $n \in N$ is proven by the Principle of Mathematical Induction (under the condition $\sin\left(\frac{\beta}{2}\right) \neq 0$).
Question 21. Prove that, cos θ cos 2θ cos 22θ ... cos 2n–1θ = $\frac{sin \;2^{n}\;\theta}{2^{n}\;sin\;\theta}$ , for all n ∈ N.
Answer:
Given:
The statement P(n) is "$\cos \theta \cos 2\theta \cos 2^2\theta \dots \cos 2^{n–1}\theta = \frac{\sin \;2^{n}\;\theta}{2^{n}\;\sin\;\theta}$", for all natural numbers $n \in N$.
Note: This formula is valid provided $\sin\theta \neq 0$, which means $\theta \neq m\pi$ for any integer m.
To Prove:
The statement P(n) is true for all $n \in N$ using the Principle of Mathematical Induction.
Proof:
We will prove the statement P(n): "$\prod_{j=0}^{n-1} \cos(2^j \theta) = \frac{\sin(2^n \theta)}{2^n \sin\theta}$" for all $n \in N$ using the Principle of Mathematical Induction (assuming $\sin\theta \neq 0$).
Step 1: Base Case (n=1)
We need to show that P(1) is true.
For $n=1$, P(1) is the statement that the product up to $\cos(2^{1-1}\theta) = \cos(2^0\theta) = \cos\theta$ is equal to the RHS with $n=1$.
LHS = $\cos(2^{1-1}\theta) = \cos(2^0\theta) = \cos\theta$.
RHS = $\frac{\sin(2^1 \theta)}{2^1 \sin\theta} = \frac{\sin(2\theta)}{2\sin\theta}$.
Using the double angle identity $\sin(2\theta) = 2\sin\theta\cos\theta$:
RHS = $\frac{2\sin\theta\cos\theta}{2\sin\theta}$.
Since we assume $\sin\theta \neq 0$, we can cancel $2\sin\theta$:
RHS = $\cos\theta$.
Since LHS = RHS, P(1) is true.
Step 2: Inductive Hypothesis
Assume that P(k) is true for some arbitrary positive integer k.
That is, assume that $\cos \theta \cos 2\theta \dots \cos 2^{k–1}\theta = \frac{\sin \;2^{k}\;\theta}{2^{k}\;\sin\;\theta}$ for some $k \in N$.
$\cos \theta \cos 2\theta \dots \cos 2^{k–1}\theta = \frac{\sin \;2^{k}\;\theta}{2^{k}\;\sin\;\theta}$
[where $k \geq 1$] ... (i)
Step 3: Inductive Step
We need to show that if P(k) is true, then P(k+1) is true.
P(k+1) is the statement $\cos \theta \cos 2\theta \dots \cos 2^{k–1}\theta \cos 2^k\theta = \frac{\sin \;2^{k+1}\;\theta}{2^{k+1}\;\sin\;\theta}$.
Consider the LHS of P(k+1): $\cos \theta \cos 2\theta \dots \cos 2^{k–1}\theta \cos 2^k\theta$.
Using the Inductive Hypothesis (i), replace the product up to $\cos 2^{k-1}\theta$:
LHS = $\left( \cos \theta \cos 2\theta \dots \cos 2^{k–1}\theta \right) \cos 2^k\theta$
LHS = $\frac{\sin \;2^{k}\;\theta}{2^{k}\;\sin\;\theta} \cdot \cos 2^k\theta$
Rearrange the terms:
LHS = $\frac{\sin (2^k\theta) \cos (2^k\theta)}{2^{k}\;\sin\;\theta}$
Multiply the numerator and denominator by 2:
LHS = $\frac{2 \sin (2^k\theta) \cos (2^k\theta)}{2 \cdot 2^{k}\;\sin\;\theta}$
Using the double angle identity $\sin(2A) = 2\sin A \cos A$, with $A = 2^k\theta$, the numerator becomes $\sin(2 \cdot 2^k\theta) = \sin(2^{k+1}\theta)$.
The denominator becomes $2^{k+1}\sin\theta$.
LHS = $\frac{\sin (2^{k+1}\theta)}{2^{k+1}\sin\theta}$
This is exactly the RHS of P(k+1).
Thus, we have shown that if P(k) is true, then P(k+1) is true.
Conclusion:
By the Principle of Mathematical Induction, since the base case P(1) is true and the inductive step P(k) implies P(k+1) for all $k \in N$, the statement P(n): "$\cos \theta \cos 2\theta \dots \cos 2^{n–1}\theta = \frac{\sin \;2^{n}\;\theta}{2^{n}\;\sin\;\theta}$" is true for all natural numbers n (provided $\sin\theta \neq 0$).
Answer:
The statement $\cos \theta \cos 2\theta \dots \cos 2^{n–1}\theta = \frac{\sin \;2^{n}\;\theta}{2^{n}\;\sin\;\theta}$ for all $n \in N$ is proven by the Principle of Mathematical Induction (under the condition $\sin\theta \neq 0$).
Question 22. Prove that, sin θ + sin 2θ + sin 3θ + ...+ sin nθ = $\frac{\frac{\sin n\theta}{2}\sin\frac{(n+1)}{2}\theta}{\sin\frac{\theta}{2}}$ , for all n∈ N.
Answer:
Given:
The statement P(n) is "$\sum_{j=1}^{n} \sin(j\theta) = \frac{\sin \frac{n\theta}{2}\sin\frac{(n+1)\theta}{2}}{\sin\frac{\theta}{2}}$", for all natural numbers $n \in N$.
Note: This formula is valid provided $\sin\left(\frac{\theta}{2}\right) \neq 0$, which means $\frac{\theta}{2} \neq m\pi$ for any integer m, or $\theta \neq 2m\pi$.
To Prove:
The statement P(n) is true for all $n \in N$ using the Principle of Mathematical Induction.
Proof:
We will prove the statement P(n): "$\sum_{j=1}^{n} \sin(j\theta) = \frac{\sin \frac{n\theta}{2}\sin\frac{(n+1)\theta}{2}}{\sin\frac{\theta}{2}}$" for all $n \in N$ using the Principle of Mathematical Induction (assuming $\sin\left(\frac{\theta}{2}\right) \neq 0$).
Step 1: Base Case (n=1)
We need to show that P(1) is true.
For $n=1$, P(1) is the statement that the sum of the first 1 term (i.e., $j=1$) is equal to the RHS with $n=1$.
LHS = $\sin(1\theta) = \sin\theta$.
RHS = $\frac{\sin \frac{1\theta}{2}\sin\frac{(1+1)\theta}{2}}{\sin\frac{\theta}{2}} = \frac{\sin \frac{\theta}{2}\sin\frac{2\theta}{2}}{\sin\frac{\theta}{2}} = \frac{\sin \frac{\theta}{2}\sin\theta}{\sin\frac{\theta}{2}}$.
Since we assume $\sin\left(\frac{\theta}{2}\right) \neq 0$, we can cancel the term:
RHS = $\sin\theta$.
Since LHS = RHS, P(1) is true.
Step 2: Inductive Hypothesis
Assume that P(k) is true for some arbitrary positive integer k.
That is, assume that $\sum_{j=1}^{k} \sin(j\theta) = \frac{\sin \frac{k\theta}{2}\sin\frac{(k+1)\theta}{2}}{\sin\frac{\theta}{2}}$ for some $k \in N$.
$\sum_{j=1}^{k} \sin(j\theta) = \frac{\sin \frac{k\theta}{2}\sin\frac{(k+1)\theta}{2}}{\sin\frac{\theta}{2}}$
[where $k \geq 1$] ... (i)
Step 3: Inductive Step
We need to show that if P(k) is true, then P(k+1) is true.
P(k+1) is the statement $\sum_{j=1}^{k+1} \sin(j\theta) = \frac{\sin \frac{(k+1)\theta}{2}\sin\frac{((k+1)+1)\theta}{2}}{\sin\frac{\theta}{2}}$, which simplifies to $\sum_{j=1}^{k+1} \sin(j\theta) = \frac{\sin \frac{(k+1)\theta}{2}\sin\frac{(k+2)\theta}{2}}{\sin\frac{\theta}{2}}$.
Consider the LHS of P(k+1): $\sum_{j=1}^{k+1} \sin(j\theta) = \left(\sum_{j=1}^{k} \sin(j\theta)\right) + \sin((k+1)\theta)$.
Using the Inductive Hypothesis (i), substitute the sum of the first k terms:
LHS = $\frac{\sin \frac{k\theta}{2}\sin\frac{(k+1)\theta}{2}}{\sin\frac{\theta}{2}} + \sin((k+1)\theta)$
Combine the terms by finding a common denominator:
LHS = $\frac{\sin \frac{k\theta}{2}\sin\frac{(k+1)\theta}{2} + \sin((k+1)\theta) \sin\frac{\theta}{2}}{\sin\frac{\theta}{2}}$
Using the identity $\sin(2A) = 2 \sin A \cos A$, we can write $\sin((k+1)\theta) = \sin(2 \cdot \frac{(k+1)\theta}{2}) = 2 \sin\frac{(k+1)\theta}{2} \cos\frac{(k+1)\theta}{2}$.
Substitute this into the numerator:
Numerator = $\sin \frac{k\theta}{2}\sin\frac{(k+1)\theta}{2} + (2 \sin\frac{(k+1)\theta}{2} \cos\frac{(k+1)\theta}{2}) \sin\frac{\theta}{2}$
Factor out the common term $\sin\frac{(k+1)\theta}{2}$:
Numerator = $\sin\frac{(k+1)\theta}{2} \left( \sin \frac{k\theta}{2} + 2 \cos\frac{(k+1)\theta}{2} \sin\frac{\theta}{2} \right)$
Use the identity $2 \sin A \cos B = \sin(A+B) + \sin(A-B)$. Let $A = \frac{\theta}{2}$ and $B = \frac{(k+1)\theta}{2}$ for the term $2 \cos\frac{(k+1)\theta}{2} \sin\frac{\theta}{2}$. (Note: the identity is usually written as $2 \cos A \sin B = \sin(A+B) - \sin(A-B)$. Let's use the correct form).
Using $2 \cos A \sin B = \sin(A+B) - \sin(A-B)$, let $A = \frac{(k+1)\theta}{2}$ and $B = \frac{\theta}{2}$.
$2 \cos\frac{(k+1)\theta}{2} \sin\frac{\theta}{2} = \sin\left( \frac{(k+1)\theta}{2} + \frac{\theta}{2} \right) - \sin\left( \frac{(k+1)\theta}{2} - \frac{\theta}{2} \right)$
$= \sin\left( \frac{k\theta + \theta + \theta}{2} \right) - \sin\left( \frac{k\theta + \theta - \theta}{2} \right)$
$= \sin\left( \frac{k\theta + 2\theta}{2} \right) - \sin\left( \frac{k\theta}{2} \right)$
$= \sin\left( \frac{(k+2)\theta}{2} \right) - \sin\left( \frac{k\theta}{2} \right)$
Substitute this back into the expression within the parentheses in the numerator:
Parentheses term = $\sin \frac{k\theta}{2} + \left( \sin\left( \frac{(k+2)\theta}{2} \right) - \sin\left( \frac{k\theta}{2} \right) \right)$
Parentheses term = $\sin \frac{k\theta}{2} + \sin\left( \frac{(k+2)\theta}{2} \right) - \sin\left( \frac{k\theta}{2} \right)$
Parentheses term = $\sin\left( \frac{(k+2)\theta}{2} \right)$
Substitute this back into the numerator expression:
Numerator = $\sin\frac{(k+1)\theta}{2} \cdot \sin\left( \frac{(k+2)\theta}{2} \right)$
So, LHS = $\frac{\sin\frac{(k+1)\theta}{2} \sin\frac{(k+2)\theta}{2}}{\sin\frac{\theta}{2}}$.
This is exactly the RHS of P(k+1).
Thus, we have shown that if P(k) is true, then P(k+1) is true.
Conclusion:
By the Principle of Mathematical Induction, since the base case P(1) is true and the inductive step P(k) implies P(k+1) for all $k \in N$, the statement P(n): "$\sin \theta + \sin 2\theta + \dots+ \sin n\theta = \frac{\sin \frac{n\theta}{2}\sin\frac{(n+1)\theta}{2}}{\sin\frac{\theta}{2}}$" is true for all natural numbers n (provided $\sin\left(\frac{\theta}{2}\right) \neq 0$).
Answer:
The statement $\sin \theta + \sin 2\theta + \dots+ \sin n\theta = \frac{\sin \frac{n\theta}{2}\sin\frac{(n+1)\theta}{2}}{\sin\frac{\theta}{2}}$ for all $n \in N$ is proven by the Principle of Mathematical Induction (under the condition $\sin\left(\frac{\theta}{2}\right) \neq 0$).
Question 23. $\frac{n^{5}}{5}$ + $\frac{n^{3}}{3}$ + $\frac{7n}{15}$ is a natural number for all n ∈ N.
Answer:
Given:
The statement P(n) is "$\frac{n^{5}}{5} + \frac{n^{3}}{3} + \frac{7n}{15}$ is a natural number", for all natural numbers $n \in N$.
Let the expression be $E(n) = \frac{n^{5}}{5} + \frac{n^{3}}{3} + \frac{7n}{15}$. We can write this with a common denominator as $E(n) = \frac{3n^5 + 5n^3 + 7n}{15}$. We need to prove that $E(n)$ is an integer for all $n \in N$. Since $n \in N$, $n \geq 1$, so $3n^5 + 5n^3 + 7n \geq 3+5+7=15$, thus $E(n) \geq 1$. So proving it's an integer is sufficient to prove it's a natural number for $n \geq 1$.
To Prove:
The statement P(n) is true for all $n \in N$ using the Principle of Mathematical Induction.
Proof:
We will prove the statement P(n): "$E(n)$ is a natural number" for all $n \in N$ using the Principle of Mathematical Induction.
Step 1: Base Case (n=1)
We need to show that P(1) is true.
For $n=1$, P(1) is the statement "$\frac{1^{5}}{5} + \frac{1^{3}}{3} + \frac{7(1)}{15}$ is a natural number".
$E(1) = \frac{1}{5} + \frac{1}{3} + \frac{7}{15} = \frac{3}{15} + \frac{5}{15} + \frac{7}{15} = \frac{3+5+7}{15} = \frac{15}{15} = 1$.
Since 1 is a natural number, P(1) is true.
Step 2: Inductive Hypothesis
Assume that P(k) is true for some arbitrary positive integer k.
That is, assume that $E(k) = \frac{k^{5}}{5} + \frac{k^{3}}{3} + \frac{7k}{15}$ is a natural number for some $k \in N$.
$E(k) = \frac{k^{5}}{5} + \frac{k^{3}}{3} + \frac{7k}{15} = M$
[where M is a natural number] ... (i)
Step 3: Inductive Step
We need to show that if P(k) is true, then P(k+1) is true.
P(k+1) is the statement "$E(k+1) = \frac{(k+1)^{5}}{5} + \frac{(k+1)^{3}}{3} + \frac{7(k+1)}{15}$ is a natural number".
Consider the expression for $E(k+1)$:
$E(k+1) = \frac{(k+1)^{5}}{5} + \frac{(k+1)^{3}}{3} + \frac{7(k+1)}{15}$
We can write $E(k+1) - E(k)$:
$E(k+1) - E(k) = \left(\frac{(k+1)^{5}}{5} + \frac{(k+1)^{3}}{3} + \frac{7(k+1)}{15}\right) - \left(\frac{k^{5}}{5} + \frac{k^{3}}{3} + \frac{7k}{15}\right)$
$= \frac{(k+1)^5 - k^5}{5} + \frac{(k+1)^3 - k^3}{3} + \frac{7(k+1) - 7k}{15}$
Expand $(k+1)^5$ and $(k+1)^3$ using the binomial theorem:
$(k+1)^5 = k^5 + 5k^4 + 10k^3 + 10k^2 + 5k + 1$
$(k+1)^3 = k^3 + 3k^2 + 3k + 1$
Substitute these expansions:
$E(k+1) - E(k) = \frac{(k^5 + 5k^4 + 10k^3 + 10k^2 + 5k + 1) - k^5}{5} + \frac{(k^3 + 3k^2 + 3k + 1) - k^3}{3} + \frac{7k + 7 - 7k}{15}$
$= \frac{5k^4 + 10k^3 + 10k^2 + 5k + 1}{5} + \frac{3k^2 + 3k + 1}{3} + \frac{7}{15}$
Separate the terms by dividing by the denominators:
$= \left(\frac{5k^4}{5} + \frac{10k^3}{5} + \frac{10k^2}{5} + \frac{5k}{5} + \frac{1}{5}\right) + \left(\frac{3k^2}{3} + \frac{3k}{3} + \frac{1}{3}\right) + \frac{7}{15}$
$= \left(k^4 + 2k^3 + 2k^2 + k + \frac{1}{5}\right) + \left(k^2 + k + \frac{1}{3}\right) + \frac{7}{15}$
Group the integer terms and the fractional terms:
$= (k^4 + 2k^3 + 2k^2 + k + k^2 + k) + \left(\frac{1}{5} + \frac{1}{3} + \frac{7}{15}\right)$
$= k^4 + 2k^3 + 3k^2 + 2k + \left(\frac{3}{15} + \frac{5}{15} + \frac{7}{15}\right)$
$= k^4 + 2k^3 + 3k^2 + 2k + \frac{15}{15}$
$= k^4 + 2k^3 + 3k^2 + 2k + 1$
Since k is a natural number, $k$ is an integer. The expression $k^4 + 2k^3 + 3k^2 + 2k + 1$ is a sum of products of integers, so it is an integer.
Thus, $E(k+1) - E(k)$ is an integer.
We have $E(k+1) = E(k) + (k^4 + 2k^3 + 3k^2 + 2k + 1)$.
By the Inductive Hypothesis, $E(k)$ is a natural number (an integer). The term $(k^4 + 2k^3 + 3k^2 + 2k + 1)$ is an integer. The sum of two integers is an integer, so $E(k+1)$ is an integer.
Furthermore, since k is a natural number ($k \geq 1$), $k^4 \geq 1$, $2k^3 \geq 2$, $3k^2 \geq 3$, $2k \geq 2$. Thus, $k^4 + 2k^3 + 3k^2 + 2k + 1 \geq 1+2+3+2+1 = 9$. This is a positive integer.
Since $E(k)$ is a natural number (positive integer) and $k^4 + 2k^3 + 3k^2 + 2k + 1$ is a positive integer, their sum $E(k+1)$ is a natural number (positive integer).
This shows that P(k+1) is true whenever P(k) is true.
Conclusion:
By the Principle of Mathematical Induction, since the base case P(1) is true and the inductive step P(k) implies P(k+1) for all $k \in N$, the statement P(n): "$\frac{n^{5}}{5} + \frac{n^{3}}{3} + \frac{7n}{15}$ is a natural number" is true for all natural numbers n.
Answer:
The statement $\frac{n^{5}}{5} + \frac{n^{3}}{3} + \frac{7n}{15}$ is a natural number for all n ∈ N is proven by the Principle of Mathematical Induction.
Question 24. Prove that $\frac{1}{n + 1}$ + $\frac{1}{n + 2}$ + … + $\frac{1}{2n}$ > $\frac{13}{24}$ for all natural numbers n > 1.
Answer:
Given:
The statement P(n) is "$\frac{1}{n + 1} + \frac{1}{n + 2} + \dots + \frac{1}{2n} > \frac{13}{24}$", for all natural numbers $n > 1$. This means $n \in \{2, 3, 4, \dots\}$.
Let $S_n = \frac{1}{n + 1} + \frac{1}{n + 2} + \dots + \frac{1}{2n} = \sum_{i=n+1}^{2n} \frac{1}{i}$. The statement is $P(n): S_n > \frac{13}{24}$.
To Prove:
The statement P(n) is true for all natural numbers $n > 1$ using the Principle of Mathematical Induction.
Proof:
We will prove the statement P(n): "$S_n > \frac{13}{24}$" for all natural numbers $n \geq 2$ using the Principle of Mathematical Induction.
Step 1: Base Case (n=2)
The smallest natural number greater than 1 is 2. We need to show that P(2) is true.
For $n=2$, P(2) is the statement "$\frac{1}{2 + 1} + \frac{1}{2(2)} > \frac{13}{24}$".
LHS = $\frac{1}{3} + \frac{1}{4}$
Combine the fractions by finding a common denominator (LCM of 3 and 4 is 12):
LHS = $\frac{1 \cdot 4}{3 \cdot 4} + \frac{1 \cdot 3}{4 \cdot 3} = \frac{4}{12} + \frac{3}{12} = \frac{7}{12}$.
We need to check if $\frac{7}{12} > \frac{13}{24}$.
Convert $\frac{7}{12}$ to a fraction with denominator 24: $\frac{7 \cdot 2}{12 \cdot 2} = \frac{14}{24}$.
Is $\frac{14}{24} > \frac{13}{24}$? Yes, because $14 > 13$.
So, P(2) is true.
Step 2: Inductive Hypothesis
Assume that P(k) is true for some arbitrary natural number $k \geq 2$.
That is, assume that $S_k = \frac{1}{k + 1} + \frac{1}{k + 2} + \dots + \frac{1}{2k} > \frac{13}{24}$ for some integer $k \geq 2$.
$S_k > \frac{13}{24}$
[where $k \geq 2$] ... (i)
Step 3: Inductive Step
We need to show that if P(k) is true, then P(k+1) is true.
P(k+1) is the statement $S_{k+1} = \frac{1}{(k+1) + 1} + \frac{1}{(k+1) + 2} + \dots + \frac{1}{2(k+1)} > \frac{13}{24}$.
The sum $S_{k+1}$ is $\frac{1}{k + 2} + \frac{1}{k + 3} + \dots + \frac{1}{2k} + \frac{1}{2k + 1} + \frac{1}{2k + 2}$.
We can relate $S_{k+1}$ to $S_k$. The sum $S_{k+1}$ contains all terms of $S_k$ except $\frac{1}{k+1}$, and adds the terms $\frac{1}{2k+1}$ and $\frac{1}{2k+2}$.
$S_k = \frac{1}{k+1} + \frac{1}{k+2} + \dots + \frac{1}{2k}$
$S_{k+1} = \frac{1}{k+2} + \frac{1}{k+3} + \dots + \frac{1}{2k} + \frac{1}{2k+1} + \frac{1}{2k+2}$
So, $S_{k+1} = S_k - \frac{1}{k+1} + \frac{1}{2k+1} + \frac{1}{2k+2}$.
Rearrange the terms: $S_{k+1} = S_k + \left(\frac{1}{2k+1} + \frac{1}{2k+2} - \frac{1}{k+1}\right)$.
Let's evaluate the term in the parenthesis, $\Delta S = \frac{1}{2k+1} + \frac{1}{2k+2} - \frac{1}{k+1}$.
$\Delta S = \frac{1}{2k+1} + \frac{1}{2(k+1)} - \frac{1}{k+1}$
Combine the fractions with common denominator $2(k+1)(2k+1)$:
$\Delta S = \frac{2(k+1)}{2(k+1)(2k+1)} + \frac{2k+1}{2(k+1)(2k+1)} - \frac{2(2k+1)}{2(k+1)(2k+1)}$
$\Delta S = \frac{(2k+2) + (2k+1) - (4k+2)}{2(k+1)(2k+1)}$
$\Delta S = \frac{2k+2 + 2k+1 - 4k-2}{2(k+1)(2k+1)}$
$\Delta S = \frac{(4k+3) - (4k+2)}{2(k+1)(2k+1)}$
$\Delta S = \frac{1}{2(k+1)(2k+1)}$.
Since k is a natural number and $k \geq 2$, both $(k+1)$ and $(2k+1)$ are positive integers. Thus, $2(k+1)(2k+1)$ is a positive integer.
Therefore, $\Delta S = \frac{1}{2(k+1)(2k+1)} > 0$ for all $k \geq 2$.
We have $S_{k+1} = S_k + \Delta S$.
From the Inductive Hypothesis (i), we know $S_k > \frac{13}{24}$.
Since $\Delta S > 0$, adding it to $S_k$ will result in a sum greater than $S_k$.
$S_{k+1} = S_k + \Delta S > \frac{13}{24} + 0$
$S_{k+1} > \frac{13}{24}$.
This shows that P(k+1) is true whenever P(k) is true.
Conclusion:
By the Principle of Mathematical Induction, since the base case P(2) is true and the inductive step P(k) implies P(k+1) for all natural numbers $k \geq 2$, the statement P(n): "$\frac{1}{n + 1} + \frac{1}{n + 2} + \dots + \frac{1}{2n} > \frac{13}{24}$" is true for all natural numbers n > 1.
Answer:
The statement $\frac{1}{n + 1} + \frac{1}{n + 2} + \dots + \frac{1}{2n} > \frac{13}{24}$ for all natural numbers n > 1 is proven by the Principle of Mathematical Induction.
Question 25. Prove that number of subsets of a set containing n distinct elements is 2n , for all n ∈ N.
Answer:
Given:
The statement P(n) is "The number of subsets of a set containing n distinct elements is $2^n$", for all natural numbers $n \in N$.
To Prove:
The statement P(n) is true for all $n \in N$ using the Principle of Mathematical Induction.
Proof:
We will prove the statement P(n): "The number of subsets of a set containing n distinct elements is $2^n$" for all $n \in N$ using the Principle of Mathematical Induction.
Step 1: Base Case (n=1)
We need to show that P(1) is true.
For $n=1$, P(1) is the statement "The number of subsets of a set containing 1 distinct element is $2^1$".
Let S be a set containing 1 distinct element, say $S = \{a\}$.
The subsets of S are the empty set $\emptyset$ and the set itself $\{a\}$.
The subsets are $\emptyset, \{a\}$.
The number of subsets is 2.
The formula gives $2^1 = 2$.
Since the number of subsets is equal to $2^1$, P(1) is true.
Step 2: Inductive Hypothesis
Assume that P(k) is true for some arbitrary positive integer k.
That is, assume that the number of subsets of a set containing k distinct elements is $2^k$ for some $k \in N$.
Number of subsets of a set with k elements $= 2^k$
[where $k \geq 1$] ... (i)
Step 3: Inductive Step
We need to show that if P(k) is true, then P(k+1) is true.
P(k+1) is the statement "The number of subsets of a set containing k+1 distinct elements is $2^{k+1}$".
Let S be a set containing k+1 distinct elements. Let $S = \{a_1, a_2, \dots, a_k, a_{k+1}\}$.
We can partition the subsets of S into two types:
Type 1: Subsets of S that do not contain the element $a_{k+1}$.
These are precisely the subsets of the set $\{a_1, a_2, \dots, a_k\}$, which contains k distinct elements.
By the Inductive Hypothesis (i), the number of such subsets is $2^k$.
Number of Type 1 subsets $= 2^k$
... (ii)
Type 2: Subsets of S that do contain the element $a_{k+1}$.
Any such subset can be formed by taking a subset from the set $\{a_1, a_2, \dots, a_k\}$ and adding the element $a_{k+1}$ to it.
For each subset of $\{a_1, a_2, \dots, a_k\}$, there is exactly one subset of S belonging to Type 2 (formed by adding $a_{k+1}$).
Since the number of subsets of $\{a_1, a_2, \dots, a_k\}$ is $2^k$ (by the Inductive Hypothesis (i)), the number of Type 2 subsets is also $2^k$.
Number of Type 2 subsets $= 2^k$
... (iii)
The total number of subsets of S is the sum of the number of Type 1 subsets and the number of Type 2 subsets, because these two types are mutually exclusive and exhaustive.
Total number of subsets of S = (Number of Type 1 subsets) + (Number of Type 2 subsets)
Total number of subsets of S = $2^k + 2^k$
Total number of subsets of S = $2 \cdot 2^k = 2^{k+1}$.
This shows that the number of subsets of a set containing k+1 distinct elements is $2^{k+1}$.
This means P(k+1) is true whenever P(k) is true.
Conclusion:
By the Principle of Mathematical Induction, since the base case P(1) is true and the inductive step P(k) implies P(k+1) for all $k \in N$, the statement P(n): "The number of subsets of a set containing n distinct elements is $2^n$" is true for all natural numbers n.
Answer:
The statement that the number of subsets of a set containing n distinct elements is $2^n$, for all n ∈ N, is proven by the Principle of Mathematical Induction.
Question 26 to 28 (Multiple Choice Questions)
Choose the correct answers in Exercises 26 to 30 (M.C.Q.).
Question 26. If 10n + 3.4n+2 + k is divisible by 9 for all n ∈ N, then the least positive integral value of k is
(A) 5
(B) 3
(C) 7
(D) 1
Answer:
Given:
The statement P(n): "$10^n + 3 \cdot 4^{n+2} + k$ is divisible by 9" is true for all $n \in N$.
To Find:
The least positive integral value of k.
Solution:
Since the statement P(n) is true for all $n \in N$, it must be true for the smallest natural number, $n=1$.
For $n=1$, the expression $10^1 + 3 \cdot 4^{1+2} + k$ must be divisible by 9.
Evaluate the expression for $n=1$:
$10^1 + 3 \cdot 4^{3} + k$
$10 + 3 \cdot 64 + k$
$10 + 192 + k$
$202 + k$
So, $202 + k$ must be divisible by 9. This can be written using modular arithmetic as:
$202 + k \equiv 0 \pmod{9}$
Let's find the remainder of 202 when divided by 9:
$202 = 9 \times 22 + 4$. So, $202 \equiv 4 \pmod{9}$.
Substitute this into the congruence:
$4 + k \equiv 0 \pmod{9}$
$k \equiv -4 \pmod{9}$
Since $-4 \equiv 5 \pmod{9}$, we have:
$k \equiv 5 \pmod{9}$
This means k must be of the form $9m + 5$ for some integer m.
We are looking for the least positive integral value of k.
Let's test integer values for m to find positive values for k:
- If $m=0$, $k = 9(0) + 5 = 5$. (Positive integer)
- If $m=1$, $k = 9(1) + 5 = 14$. (Positive integer)
- If $m=-1$, $k = 9(-1) + 5 = -4$. (Negative integer)
The positive integral values of k that satisfy the condition for $n=1$ are 5, 14, 23, ...
The least among these positive values is 5.
This value of k makes P(1) true. For P(n) to be true for all $n \in N$, this value of k must work for the inductive step as well. (The inductive step can be shown to hold for $k=5$, confirming this is the correct value).
Answer:
The least positive integral value of k is 5.
The correct option is (A).
Question 27. For all n ∈ N, 3.52n+1 + 23n+1 is divisible by
(A) 19
(B) 17
(C) 23
(D) 25
Answer:
Given:
The expression is $3 \cdot 5^{2n+1} + 2^{3n+1}$ for all $n \in N$.
To Find:
The number from the options by which the expression is divisible for all $n \in N$.
Solution:
Let the expression be $E(n) = 3 \cdot 5^{2n+1} + 2^{3n+1}$.
Since the expression is divisible by the same number for all $n \in N$, it must be divisible by the value of the expression for the smallest natural number, $n=1$. Let's calculate $E(1)$.
For $n=1$:
$E(1) = 3 \cdot 5^{2(1)+1} + 2^{3(1)+1}$
$E(1) = 3 \cdot 5^3 + 2^4$
$E(1) = 3 \cdot 125 + 16$
$E(1) = 375 + 16$
$E(1) = 391$
The number from the options must be a divisor of 391.
Let's check the options:
(A) 19: $391 \div 19 \approx 20.57$. Not divisible.
(B) 17: $391 \div 17 = 23$. Divisible.
(C) 23: $391 \div 23 = 17$. Divisible.
(D) 25: 391 does not end in 0 or 5, so not divisible by 25.
The number must be a common divisor of $E(n)$ for all $n$. It is guaranteed that one of the options is the correct answer. Both 17 and 23 are divisors of $E(1)$. The question asks for the number it is divisible by. Typically, this refers to the largest such number or a specific one from the options provided.
Let's test $n=2$ to see if both 17 and 23 divide $E(2)$.
$E(n) = 3 \cdot 5^{2n+1} + 2^{3n+1} = 3 \cdot 5 \cdot (5^2)^n + 2 \cdot (2^3)^n = 15 \cdot 25^n + 2 \cdot 8^n$.
Consider $E(n) \pmod{17}$:
$25 \equiv 8 \pmod{17}$
$E(n) \equiv 15 \cdot 8^n + 2 \cdot 8^n \pmod{17}$
$E(n) \equiv (15 + 2) \cdot 8^n \pmod{17}$
$E(n) \equiv 17 \cdot 8^n \pmod{17}$
$E(n) \equiv 0 \cdot 8^n \pmod{17}$
$E(n) \equiv 0 \pmod{17}$
This shows that $E(n)$ is divisible by 17 for all $n \in N$.
Let's consider $E(n) \pmod{23}$:
$15 \equiv 15 \pmod{23}$
$25 \equiv 2 \pmod{23}$
$8 \equiv 8 \pmod{23}$
$E(n) = 15 \cdot 25^n + 2 \cdot 8^n \pmod{23}$
$E(n) \equiv 15 \cdot 2^n + 2 \cdot 8^n \pmod{23}$
$E(n) \equiv 15 \cdot 2^n + 2 \cdot (2^3)^n \pmod{23}$
$E(n) \equiv 15 \cdot 2^n + 2 \cdot 2^{3n} \pmod{23}$
$E(n) \equiv 15 \cdot 2^n + 2^{3n+1} \pmod{23}$
For $n=1$, $E(1) \equiv 15 \cdot 2^1 + 2^4 = 30 + 16 = 46 \equiv 0 \pmod{23}$.
For $n=2$, $E(2) = 3 \cdot 5^5 + 2^7 = 3 \cdot 3125 + 128$.
$3125 = 23 \times 135 + 20 \equiv 20 \pmod{23}$.
$128 = 23 \times 5 + 13 \equiv 13 \pmod{23}$.
$E(2) \equiv 3 \cdot 20 + 13 \pmod{23}$
$E(2) \equiv 60 + 13 \pmod{23}$
$E(2) \equiv 14 + 13 \pmod{23}$ (since $60 = 23 \times 2 + 14$)
$E(2) \equiv 27 \pmod{23}$
$E(2) \equiv 4 \pmod{23}$
Since $E(2) \not\equiv 0 \pmod{23}$, the expression is not divisible by 23 for all n ∈ N.
The only option that divides the expression for all $n \in N$ is 17.
Answer:
The expression $3 \cdot 5^{2n+1} + 2^{3n+1}$ is divisible by 17 for all $n \in N$.
The correct option is (B).
Question 28. If xn – 1 is divisible by x – k, then the least positive integral value of k is
(A) 1
(B) 2
(C) 3
(D) 4
Answer:
Given:
The polynomial $x^n - 1$ is divisible by $x - k$ for all $n \in N$.
To Find:
The least positive integral value of k.
Solution:
According to the Factor Theorem, a polynomial $P(x)$ is divisible by $(x - a)$ if and only if $P(a) = 0$.
In this case, the polynomial is $P(x) = x^n - 1$, and it is divisible by $(x - k)$.
Therefore, we must have $P(k) = 0$.
$P(k) = k^n - 1$.
So, we have the condition:
$k^n - 1 = 0$
$k^n = 1$
This equation must hold for all natural numbers $n \in N = \{1, 2, 3, \dots\}$.
Let's test this condition for the first few values of n:
For $n=1$: $k^1 = 1 \implies k = 1$.
For $n=2$: $k^2 = 1$. The real solutions are $k = 1$ or $k = -1$.
For $n=3$: $k^3 = 1$. The real solution is $k = 1$. (Complex solutions exist, but the question asks for an integral value of k, implying a real integer).
For $n=4$: $k^4 = 1$. The real solutions are $k = 1$ or $k = -1$.
We need a value of k that satisfies $k^n = 1$ for *all* $n \in N$.
If $k=1$, then $1^n = 1$ for all $n \in N$. This condition is satisfied.
If $k=-1$, then $(-1)^n = 1$ only for even values of n. For odd values of n (like $n=1, 3, 5, \dots$), $(-1)^n = -1 \neq 1$. So, $k=-1$ does not satisfy the condition for all $n \in N$.
Any other integer value for k will also fail the condition for some n. For example, if $|k| > 1$, then $|k|^n$ grows as n increases, so $k^n$ cannot be 1 for all $n \in N$. If $k=0$, $0^n = 0 \neq 1$ for $n \geq 1$.
Thus, the only integer value of k for which $k^n = 1$ holds for all $n \in N$ is $k=1$.
The question asks for the least positive integral value of k. The only positive integer value that works is 1.
Answer:
The least positive integral value of k is 1.
The correct option is (A).
Question 29 (Fill in the Blanks)
Fill in the blanks in the following:
Question 29. If P(n) : 2n < n!, n ∈ N, then P(n) is true for all n ≥ ________.
State whether the following statement is true or false. Justify.
Answer:
Given:
The statement P(n) is "$2n < n!$", for $n \in N$.
To Find:
The smallest integer $m$ such that P(n) is true for all $n \geq m$. This value will fill the blank.
Solution:
We need to find the smallest positive integer $n$ for which the statement $2n < n!$ is true. We can test the inequality for the first few natural numbers:
For $n=1$:
P(1) is $2(1) < 1! \implies 2 < 1$, which is False.
For $n=2$:
P(2) is $2(2) < 2! \implies 4 < 2$, which is False.
For $n=3$:
P(3) is $2(3) < 3! \implies 6 < 6$, which is False (6 is not strictly less than 6).
For $n=4$:
P(4) is $2(4) < 4! \implies 8 < 24$, which is True.
We have found that the statement is false for $n=1, 2, 3$ and true for $n=4$. By using mathematical induction (as shown in the solution to Question 1), we can formally prove that if the statement is true for $k \geq 4$, it is also true for $k+1$. Thus, the statement $2n < n!$ is true for all natural numbers $n$ starting from 4.
The smallest integer $m$ for which P(n) is true for all $n \geq m$ is 4.
Answer:
If P(n) : 2n < n!, n ∈ N, then P(n) is true for all n ≥ 4.
Question 30 (True or False)
State whether the following statement is true or false. Justify.
Question 30. Let P(n) be a statement and let P(k) ⇒ P(k + 1), for some natural number k, then P(n) is true for all n ∈ N.
Answer:
Given:
The statement: Let P(n) be a statement and let P(k) $\Rightarrow$ P(k + 1), for some natural number k, then P(n) is true for all n ∈ N.
To Determine:
Whether the given statement is True or False.
Justification:
The given statement describes only a part of the Principle of Mathematical Induction. The Principle of Mathematical Induction states that to prove a statement P(n) is true for all natural numbers $n \geq n_0$, we must prove two conditions:
1. Base Case: P($n_0$) is true for some initial natural number $n_0$.
2. Inductive Step: For every natural number $k \geq n_0$, if P(k) is true, then P(k+1) is also true (i.e., P(k) $\Rightarrow$ P(k+1)).
If both these conditions are met, then P(n) is true for all natural numbers $n \geq n_0$. If $n_0 = 1$, then P(n) is true for all $n \in N$.
The statement provided only mentions the inductive step, and furthermore, it only requires the implication P(k) $\Rightarrow$ P(k+1) to hold for *some* natural number k, not for all $k \geq n_0$.
Even if the inductive step P(k) $\Rightarrow$ P(k+1) holds for *all* natural numbers k, the statement P(n) is not necessarily true for all n ∈ N without the base case being proven.
For example, consider the statement P(n): "$n^2 - n + 41$ is an even number".
Let's check the inductive step P(k) $\Rightarrow$ P(k+1) for an arbitrary natural number k.
Assume P(k) is true, i.e., $k^2 - k + 41$ is even. Let $k^2 - k + 41 = 2m$ for some integer m.
Consider P(k+1): $(k+1)^2 - (k+1) + 41$.
$(k+1)^2 - (k+1) + 41 = (k^2 + 2k + 1) - (k + 1) + 41$
$= k^2 + 2k + 1 - k - 1 + 41$
$= k^2 + k + 41$
Rewrite this as $k^2 + k + 41 = (k^2 - k + 41) + 2k$.
Using the assumption $k^2 - k + 41 = 2m$, we have:
$(k+1)^2 - (k+1) + 41 = 2m + 2k = 2(m + k)$.
Since m and k are integers, $m+k$ is an integer. Thus, $(k+1)^2 - (k+1) + 41$ is an even number.
So, P(k) $\Rightarrow$ P(k+1) is true for all natural numbers k.
However, let's check the base case P(1): $1^2 - 1 + 41 = 1 - 1 + 41 = 41$, which is an odd number. So P(1) is false.
In this example, the inductive step holds for all k, but the statement P(n) is not true for all $n \in N$ (e.g., it's false for n=1, 2, 3, ..., 40, and true for n=41, etc.). This demonstrates that the inductive step alone is insufficient.
The provided statement is missing the crucial base case requirement and the condition that the implication must hold for all $k \geq n_0$.
Answer:
The given statement is False.